Type Definitions
-
SerializableInstructions{Object}
-
Properties:
Name Type 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> The text states (decluttering).
fillStatesObject.<string, module:ol/render/canvas~FillState> The fill states (decluttering).
strokeStatesObject.<string, module:ol/render/canvas~StrokeState> The stroke states (decluttering).
OpenLayers