Enum defining the type of join for polyline segments. More...
Public Attributes | |
MITER | |
No points added at the line join. | |
BEVEL | |
One point added to flatten the corner of a join. | |
ROUND | |
Five points added in a fan to make a round outer join. | |
Enum defining the type of join for polyline segments.
Referenced from PolylineMapObject.
Definition at line 16 of file join_type.dart.
JoinType.BEVEL |
One point added to flatten the corner of a join.
Definition at line 24 of file join_type.dart.
JoinType.MITER |
No points added at the line join.
Definition at line 20 of file join_type.dart.
JoinType.ROUND |
Five points added in a fan to make a round outer join.
Definition at line 28 of file join_type.dart.