Loading...
Searching...
No Matches
JoinType Enum Reference

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 16 of file join_type.dart.

Member Data Documentation

◆ BEVEL

JoinType.BEVEL

One point added to flatten the corner of a join.

Definition at line 24 of file join_type.dart.

◆ MITER

JoinType.MITER

No points added at the line join.

Definition at line 20 of file join_type.dart.

◆ ROUND

JoinType.ROUND

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

Definition at line 28 of file join_type.dart.


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