VMMSMapDirectionsIcon
enum VMMSMapDirectionsIcon {}
General classification for each step in directions that are generated by the wayfinding algorithm
Since
1.0-
Needs to keep going straight
Declaration
Swift
kDirectionStraight -
Needs to turn left
Declaration
Swift
kDirectionLeft -
Needs to turn right
Declaration
Swift
kDirectionRight -
Needs to take an elevator
Declaration
Swift
kDirectionElevator -
Needs to take the stairs
Declaration
Swift
kDirectionStairs -
Indicates this is where the journey should start
Declaration
Swift
kDirectionStart -
Indicates this is where the journey should end
Declaration
Swift
kDirectionEnd
VMMSMapDirectionsIcon Enum Reference