OptionalauthoringAn object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it.
OptionalblurThe radius (in pixels) of the circle over which the majority of each points value is spread over.
OptionalcolorAn array of colorStop objects describing the renderer's color ramp with more specificity than just colors.
OptionalfieldValue specifying the field used in generating the heat map.
OptionalmaxThe pixel intensity value which is assigned the final color in the color ramp.
OptionalminThe pixel intensity value which is assigned the initial color in the color ramp.
OptionalrotationA constant value or an expression that derives the angle of rotation based on a feature attribute value. When an attribute name is specified, it's enclosed in square brackets.
OptionalrotationString value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis.
The type of renderer. See RendererJsonType.
OptionalvisualAn array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.
The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values.
See https://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/.