JointType class

Joint types for Polyline.

Annotations

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The value representing the JointType on the sdk.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getAppleMapsJointType(JointType jointType) → JointType
getGoogleMapsJointType(JointType jointType) → JointType

Constants

appleMapsJointTypes → const List<JointType>
bevel → const JointType
Flat bevel on the outside of the joint.
googleMapsJointTypes → const List<JointType>
mitered → const JointType
Mitered joint, with fixed pointed extrusion equal to half the stroke width on the outside of the joint.
round → const JointType
Rounded on the outside of the joint by an arc of radius equal to half the stroke width, centered at the vertex.