Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 2.11 KB

HeatmapLayerOptions.md

File metadata and controls

56 lines (29 loc) · 2.11 KB

See html formatted version

HeatmapLayerOptions interface

google.maps.visualization.HeatmapLayerOptions interface

This object defines the properties that can be set on a HeatmapLayer object.

Library

visualization

Properties

undefined

Type:  MVCArray<LatLng|WeightedLocation>|Array<LatLng|WeightedLocation> optional

The data points to display. Required.

undefined

Type:  boolean optional

Specifies whether heatmaps dissipate on zoom. By default, the radius of influence of a data point is specified by the radius option only. When dissipating is disabled, the radius option is interpreted as a radius at zoom level 0.

undefined

Type:  Array optional

The color gradient of the heatmap, specified as an array of CSS color strings. All CSS3 colors are supported except for extended named colors.

undefined

Type:  Map optional

The map on which to display the layer.

undefined

Type:  number optional

The maximum intensity of the heatmap. By default, heatmap colors are dynamically scaled according to the greatest concentration of points at any particular pixel on the map. This property allows you to specify a fixed maximum.

undefined

Type:  number optional

The opacity of the heatmap, expressed as a number between 0 and 1. Defaults to 0.6.

undefined

Type:  number optional

The radius of influence for each data point, in pixels.