A layer that provides a client-side rendered heatmap, depicting the intensity of data at geographical points.
Access by calling const {HeatmapLayer} = await google.maps.importLibrary("visualization")
. See
https://developers.google.com/maps/documentation/javascript/libraries.
Adds the given listener function to the given event name. Returns an
identifier for this listener that can be used with
google.maps.event.removeListener
.
Binds a View to a Model.
Gets a value.
Returns the data points currently displayed by this heatmap.
Notify all observers of a change on this property. This notifies both objects that are bound to the object's property as well as the object that it is bound to.
Sets a value.
Sets the data points to be displayed by this heatmap.
Renders the heatmap on the specified map. If map is set to
null
, the heatmap will be removed.
Sets a collection of key-value pairs.
Removes a binding. Unbinding will set the unbound property to the current value. The object will not be notified, as the value has not changed.
Removes all bindings.
Generated using TypeDoc
A layer that provides a client-side rendered heatmap, depicting the intensity of data at geographical points.
Access by calling
const {HeatmapLayer} = await google.maps.importLibrary("visualization")
. See https://developers.google.com/maps/documentation/javascript/libraries.