Enum defining the type of cap for polyline ends. More...
Public Attributes | |
BUTT | |
No points added to the end of the line. | |
SQUARE | |
Two points added to make a square extension. | |
ROUND | |
Six points added in a fan to make a round cap. | |
Enum defining the type of cap for polyline ends.
Referenced from PolylineMapObject.
Definition at line 18 of file cap_type.dart.
CapType.BUTT |
No points added to the end of the line.
Definition at line 22 of file cap_type.dart.
CapType.ROUND |
Six points added in a fan to make a round cap.
Definition at line 30 of file cap_type.dart.
CapType.SQUARE |
Two points added to make a square extension.
Definition at line 26 of file cap_type.dart.