Skip to main content

HeatmapLayer

HeatmapLayer component

[See](source code) ,[See](Official documentation)

Props

Prop nameDescriptionTypeValuesDefault
optionsExtra options that you want to pass to the componentobject-() => {}
dataThe 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