BicycleConstructionID enum
Construction types for the segments in the geometry.
Values
- Unknown → const BicycleConstructionID
-
Regular bicycle path segment or a segment without any additional information known.
- Binding → const BicycleConstructionID
-
Edge connecting the route endpoint to the bicycle route network.
- StairsUp → const BicycleConstructionID
-
Stairway with stairs going up along a path.
- StairsDown → const BicycleConstructionID
-
Stairway with stairs going down along a path.
- StairsUnknown → const BicycleConstructionID
-
Stairway with no information whether stairs go up or down along a path.
- Underpass → const BicycleConstructionID
-
Underground crossing.
- Overpass → const BicycleConstructionID
-
Overground crossing.
- Crossing → const BicycleConstructionID
-
Crossing that is not an underground tunnel or a bridge.
- Tunnel → const BicycleConstructionID
-
Tunnel that is not a crossing.
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<
BicycleConstructionID> - A constant List of the values in this enum, in order of their declaration.