jointType property

JointType jointType
final

Joint type of the polyline line segments.

The joint type defines the shape to be used when joining adjacent line segments at all vertices of the polyline except the start and end vertices. See JointType for supported joint types. The default value is mitered.

Supported on Android only.

Implementation

final JointType jointType;