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