Update API.md

This commit is contained in:
Michael Diego 2020-08-31 04:37:55 +02:00 committed by GitHub
parent 8bc26ee138
commit 2d55cedfdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
API.md
View File

@ -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