HeatmapLayer
HeatmapLayer component
[See](source code) ,[See](Official documentation)
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
options | Extra options that you want to pass to the component | object | - | () => {} |
data | The heat map data, is an array of new google.maps.LatLng ,@see heatmap options@example [new google.maps.LatLng(37.782, -122.447)] | array | - | undefined |