NavigationInstructionUpdateEvent
Objective-C
enum NavigationInstructionUpdateEvent : NSInteger {}
Swift
enum NavigationInstructionUpdateEvent : Int, @unchecked Sendable
Constants indicating the navigation instruction update events.
-
Next route turn updated.
Declaration
Objective-C
NavigationInstructionUpdateEventNextTurnUpdated = 1
Swift
case nextTurnUpdated = 1
-
Turn image updated. @details Even if the next turn doesn’t updates the image may change (e.g. intermediates left / right street count before turn ).
Declaration
Objective-C
NavigationInstructionUpdateEventNextTurnImageUpdated = 2
Swift
case nextTurnImageUpdated = 2
-
Lane info updated.
Declaration
Objective-C
NavigationInstructionUpdateEventLaneInfoUpdated = 4
Swift
case laneInfoUpdated = 4