Warning
This feature is available in the Full MapKit SDK version
MMKBicycleConstructionID
enum MMKBicycleConstructionID : UInt, @unchecked Sendable |
Construction types for the segments in the geometry.
Summary
Enum cases
case unknown = 0 |
case binding = 1 |
case stairsUp = 2 |
case stairsDown = 3 |
case stairsUnknown = 4 |
case underpass = 5 |
case overpass = 6 |
case crossing = 7 |
case tunnel = 8 |
Enum cases
unknown
case unknown = 0 |
Regular bicycle path segment or a segment without any additional information known.
binding
case binding = 1 |
Edge connecting the route endpoint to the bicycle route network.
stairsUp
case stairsUp = 2 |
Stairway with stairs going up along a path.
stairsDown
case stairsDown = 3 |
Stairway with stairs going down along a path.
stairsUnknown
case stairsUnknown = 4 |
Stairway with no information whether stairs go up or down along a path.
underpass
case underpass = 5 |
Underground crossing.
overpass
case overpass = 6 |
Overground crossing.
crossing
case crossing = 7 |
Crossing that is not an underground tunnel or a bridge.
tunnel
case tunnel = 8 |
Tunnel that is not a crossing.