mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
Update API.md
This commit is contained in:
parent
8bc26ee138
commit
2d55cedfdd
20
API.md
20
API.md
@ -373,16 +373,16 @@ interface heatmapProp {
|
||||
|
||||
```javascript
|
||||
<GoogleMapReact
|
||||
bootstrapURLKeys={{
|
||||
key: [YOUR_KEY],
|
||||
libraries:['visualization']
|
||||
}}
|
||||
zoom={zoom}
|
||||
center={center}
|
||||
heatmap={{data}}
|
||||
>
|
||||
{markers}
|
||||
</GoogleMapReact>
|
||||
bootstrapURLKeys={{
|
||||
key: [YOUR_KEY],
|
||||
libraries:['visualization']
|
||||
}}
|
||||
zoom={zoom}
|
||||
center={center}
|
||||
heatmap={{data}}
|
||||
>
|
||||
{markers}
|
||||
</GoogleMapReact>
|
||||
```
|
||||
|
||||
#### Important Note
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user