MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKConstructionID

enum MMKConstructionID : UInt, @unchecked Sendable

Constructions that can be found on pedestrian, bicycle paths or on mass transit transfers.

Summary

Enum cases

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

case stairsUp = 1
Stairway with stairs going up along a pedestrian path

case stairsDown = 2
Stairway with stairs going down along a pedestrian path

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

case underpass = 4
Underground crossing

case overpass = 5
Overground crossing, such as a bridge

case crosswalk = 6
crossing that is not an underground tunnel or a bridge

case binding = 7
Edge connecting the route endpoint to the route network

case transition = 8
Transfer

case tunnel = 9
Tunnel that is not a crossing

Enum cases

unknown

case unknown = 0

Regular path segment or a segment without any additional information known.


stairsUp

case stairsUp = 1

Stairway with stairs going up along a pedestrian path.


stairsDown

case stairsDown = 2

Stairway with stairs going down along a pedestrian path.


stairsUnknown

case stairsUnknown = 3

Stairway with no information whether stairs go up or down along a pedestrian path.


underpass

case underpass = 4

Underground crossing.


overpass

case overpass = 5

Overground crossing, such as a bridge.


crosswalk

case crosswalk = 6

crossing that is not an underground tunnel or a bridge.


binding

case binding = 7

Edge connecting the route endpoint to the route network.


transition

case transition = 8

Transfer. For example, transfer from one underground line to another or transfer from an underground station to an exit from it.


tunnel

case tunnel = 9

Tunnel that is not a crossing.