Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes an object that represents feature heat map settings for a map service.

Hierarchy

  • FeatureHeatMap

Index

Properties

Optional defaultField

defaultField: string

The original attribute field used for weighting

defaultIntensity

defaultIntensity: number

The original intensity of the heat map

Optional defaultMaxScale

defaultMaxScale: number

The layer's default maximum scale range.

Optional defaultMinScale

defaultMinScale: number

The layer's default minimum scale range.

Optional defaultRenderer

defaultRenderer: Renderer

The layer's default renderer.

enabled

enabled: boolean

Whether or not the feature heat map settings are enabled.

Optional field

field: string

The name of the attribute field used to weight the heatmap points.

gradient

gradient: number[][]

A list of gradient colors represented as a number list in the form [R, G, B, A] to use for the heat map colors.

Optional includeInLegend

includeInLegend: boolean

Whether or not to include the heatmap in the legend.

intensity

intensity: number

The heat radius (in pixels) for the feature heat map.

offset

offset: number[]

A list of ratios to be used as color stops for the feature heat map.

respectScaleRange

respectScaleRange: boolean

Whether or not the feature heat map will respect the layer's scale range.

userCanToggle

userCanToggle: boolean

Whether or not the end users can enable or disable feature heat maps.