PolylineIndices Type alias

Describes the vertex indices of a single line within a PolylineArgs. The indices represent either a line string as a connected series of points, or a point string as a set of disconnected points, depending on the PolylineFlags.isDisjoint value of PolylineArgs.flags.

PolylineIndices = number[]

Defined in

Last Updated: 25 April, 2024