Warning

This feature is available in the Full MapKit SDK version

YMKBicycleConstructionID

enum YMKBicycleConstructionID : UInt, @unchecked Sendable

Construction types for the segments in the geometry.

Summary

Enum cases

case unknown = 0
Regular bicycle path segment or a segment without any additional information known

case binding = 1
Edge connecting the route endpoint to the bicycle route network

case stairsUp = 2
Stairway with stairs going up along a path

case stairsDown = 3
Stairway with stairs going down along a path

case stairsUnknown = 4
Stairway with no information whether stairs go up or down along a path

case underpass = 5
Underground crossing

case overpass = 6
Overground crossing

case crossing = 7
Crossing that is not an underground tunnel or a bridge

case tunnel = 8
Tunnel that is not a crossing

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.