mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
Fix GH pages
This commit is contained in:
parent
f6bb0039c0
commit
ef8b871d56
19
API.md
19
API.md
@ -351,24 +351,7 @@ For enabling heatmap layer, just add `heatmapLibrary={true}` and provide data fo
|
||||
zoom={zoom}
|
||||
center={center}
|
||||
heatmapLibrary={true}
|
||||
heatmap={{
|
||||
positions: [
|
||||
{
|
||||
lat: 60.714305,
|
||||
lng: 47.051773,
|
||||
},
|
||||
...
|
||||
],
|
||||
options: {
|
||||
radius: 20,
|
||||
opacity: 0.7,
|
||||
gradient: [
|
||||
'rgba(0, 255, 255, 0)',
|
||||
'rgba(0, 255, 255, 1)',
|
||||
...
|
||||
]
|
||||
},
|
||||
}}
|
||||
heatmap={{data}}
|
||||
>
|
||||
{markers}
|
||||
</GoogleMapReact>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user