Type Definitions
-
SerializableInstructions{Object}
-
Properties:
Name Type Argument Description instructionsArray.<*> The rendering instructions.
hitDetectionInstructionsArray.<*> The rendering hit detection instructions.
coordinatesArray.<number> The array of all coordinates.
textStatesObject.<string, module:ol/render/canvas~TextState> <optional>
The text states (decluttering).
fillStatesObject.<string, module:ol/render/canvas~FillState> <optional>
The fill states (decluttering).
strokeStatesObject.<string, module:ol/render/canvas~StrokeState> <optional>
The stroke states (decluttering).
OpenLayers