mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
Use new apiKey
This commit is contained in:
parent
cc4eadb883
commit
7de6933b57
@ -34,7 +34,7 @@ export const gMap = (
|
||||
) => (
|
||||
<GoogleMapReact
|
||||
bootstrapURLKeys={{
|
||||
key: 'AIzaSyC-BebC7ChnHPzxQm7DAHYFMCqR5H3Jlps',
|
||||
key: 'AIzaSyBMqz4ueWMfGGqdXlvwE_cIVfar60GROi8',
|
||||
}}
|
||||
style={style}
|
||||
options={options}
|
||||
|
||||
@ -34,7 +34,7 @@ export const gMapHeatmap = (
|
||||
) => (
|
||||
<GoogleMapReact
|
||||
bootstrapURLKeys={{
|
||||
key: 'AIzaSyC-BebC7ChnHPzxQm7DAHYFMCqR5H3Jlps',
|
||||
key: 'AIzaSyBMqz4ueWMfGGqdXlvwE_cIVfar60GROi8',
|
||||
}}
|
||||
style={style}
|
||||
options={options}
|
||||
|
||||
@ -34,7 +34,7 @@ export const gMap = (
|
||||
) => (
|
||||
<GoogleMapReact
|
||||
bootstrapURLKeys={{
|
||||
key: 'AIzaSyC-BebC7ChnHPzxQm7DAHYFMCqR5H3Jlps',
|
||||
key: 'AIzaSyBMqz4ueWMfGGqdXlvwE_cIVfar60GROi8',
|
||||
}}
|
||||
style={style}
|
||||
options={options}
|
||||
|
||||
@ -40,7 +40,7 @@ export const gMap = (
|
||||
) => (
|
||||
<GoogleMapReact
|
||||
bootstrapURLKeys={{
|
||||
key: 'AIzaSyC-BebC7ChnHPzxQm7DAHYFMCqR5H3Jlps',
|
||||
key: 'AIzaSyBMqz4ueWMfGGqdXlvwE_cIVfar60GROi8',
|
||||
}}
|
||||
style={style}
|
||||
options={options}
|
||||
|
||||
@ -35,7 +35,7 @@ export const gMapResizable = (
|
||||
) => (
|
||||
<GoogleMapReact
|
||||
bootstrapURLKeys={{
|
||||
key: 'AIzaSyC-BebC7ChnHPzxQm7DAHYFMCqR5H3Jlps',
|
||||
key: 'AIzaSyBMqz4ueWMfGGqdXlvwE_cIVfar60GROi8',
|
||||
}}
|
||||
style={style}
|
||||
options={options}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user