We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc26ee commit 2d55cedCopy full SHA for 2d55ced
API.md
@@ -373,16 +373,16 @@ interface heatmapProp {
373
374
```javascript
375
<GoogleMapReact
376
- bootstrapURLKeys={{
377
- key: [YOUR_KEY],
378
- libraries:['visualization']
379
- }}
380
- zoom={zoom}
381
- center={center}
382
- heatmap={{data}}
383
- >
384
- {markers}
385
- </GoogleMapReact>
+ bootstrapURLKeys={{
+ key: [YOUR_KEY],
+ libraries:['visualization']
+ }}
+ zoom={zoom}
+ center={center}
+ heatmap={{data}}
+>
+ {markers}
+</GoogleMapReact>
386
```
387
388
#### Important Note
0 commit comments