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 18 of file join_type.dart.
| JoinType.BEVEL |
One point added to flatten the corner of a join.
Definition at line 26 of file join_type.dart.
| JoinType.MITER |
No points added at the line join.
Definition at line 22 of file join_type.dart.
| JoinType.ROUND |
Five points added in a fan to make a round outer join.
Definition at line 30 of file join_type.dart.