Loading...
Searching...
No Matches

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.
 

Detailed Description

Enum defining the type of cap for polyline ends.

Referenced from PolylineMapObject.

Definition at line 18 of file cap_type.dart.

Member Data Documentation

◆ BUTT

CapType.BUTT

No points added to the end of the line.

Definition at line 22 of file cap_type.dart.

◆ ROUND

CapType.ROUND

Six points added in a fan to make a round cap.

Definition at line 30 of file cap_type.dart.

◆ SQUARE

CapType.SQUARE

Two points added to make a square extension.

Definition at line 26 of file cap_type.dart.


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