lineStart property

void Function() lineStart
getter/setter pair

Indicates the start of a line or ring. Within a polygon, indicates the start of a ring.

The first ring of a polygon is the exterior ring, and is typically clockwise. Any subsequent rings indicate holes in the polygon, and are typically counterclockwise.

Implementation

void Function() lineStart;