Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HeatmapRendererProperties

Hierarchy

Index

Properties

Optional authoringInfo

Authoring metadata only included in renderers generated from one of the Smart Mapping creator methods, such as sizeRendererCreator.createContinuousRenderer() or colorRendererCreator.createContinuousRenderer().

Read more...

Optional blurRadius

blurRadius: number

The area of influence for each point in the layer.

Read more...

Optional colorStops

An array of objects describing the renderer's color ramp.

Read more...

Optional field

field: string

The name of the attribute field used to weight the intensity of each heatmap point.

Read more...

Optional maxPixelIntensity

maxPixelIntensity: number

The pixel intensity value that determines which pixels are assigned the final color in the colorStops.

Read more...

Optional minPixelIntensity

minPixelIntensity: number

The pixel intensity value used to determine which pixels will be assigned the initial color in the colorStops.

Read more...

Generated using TypeDoc