Enum defining the placement mode for points along a polyline. More...
Public Attributes | |
VERTEX | |
Places points at each vertex of the polyline. | |
MIDPOINT | |
Places points at the midpoint of each polyline segment. | |
SPACED | |
Places points at regular intervals along the polyline, controlled by spacing parameters. | |
Enum defining the placement mode for points along a polyline.
Referenced from DottedPolylineMapObject.
Definition at line 18 of file placement.dart.
Placement.MIDPOINT |
Places points at the midpoint of each polyline segment.
Definition at line 26 of file placement.dart.
Placement.SPACED |
Places points at regular intervals along the polyline, controlled by spacing parameters.
Definition at line 30 of file placement.dart.
Placement.VERTEX |
Places points at each vertex of the polyline.
Definition at line 22 of file placement.dart.