Loading...
Searching...
No Matches

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.
 

Detailed Description

Enum defining the type of join for polyline segments.

Referenced from PolylineMapObject.

Definition at line 18 of file join_type.dart.

Member Data Documentation

◆ BEVEL

JoinType.BEVEL

One point added to flatten the corner of a join.

Definition at line 26 of file join_type.dart.

◆ MITER

JoinType.MITER

No points added at the line join.

Definition at line 22 of file join_type.dart.

◆ ROUND

JoinType.ROUND

Five points added in a fan to make a round outer join.

Definition at line 30 of file join_type.dart.


The documentation for this enum was generated from the following file: