ShapeForm enum
The type of the shape. Use the type to render the shape in different width and color.
Values
- line → const ShapeForm
-
Line is a simple line with width defined by ShapeType,
- circleSegment → const ShapeForm
-
CircleSegment (clock wise or counter clock wise depending on drive side) is a part of a AnchorType.circle
- point → const ShapeForm
-
Point is a maker (e.g. Waypoint place) outside the anchor and not connected by a line. Get the index of the next route instruction on the current route segment.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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