RouteShapeType enum
The type of shape output for a route.
Constructors
- RouteShapeType()
-
const
Values
- none → const RouteShapeType
-
A none shape type.
- straightLine → const RouteShapeType
-
A straight line shape type.
- trueShapeWithMeasures → const RouteShapeType
-
A true shape type with measures.
Properties
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
Constants
-
values
→ const List<
RouteShapeType> - A constant List of the values in this enum, in order of their declaration.