Type Definitions
-
SerializableInstructions{Object}
-
Properties:
Name Type Argument Description instructions
Array.<*> The rendering instructions.
hitDetectionInstructions
Array.<*> The rendering hit detection instructions.
coordinates
Array.<number> The array of all coordinates.
textStates
Object.<string, module:ol/render/canvas~TextState> <optional>
The text states (decluttering).
fillStates
Object.<string, module:ol/render/canvas~FillState> <optional>
The fill states (decluttering).
strokeStates
Object.<string, module:ol/render/canvas~StrokeState> <optional>
The stroke states (decluttering).