LaneGuidanceUpdateEvent
public enum LaneGuidanceUpdateEvent
Represents lane guidance update events.
The enumeration is a parameter of TomTomSDKNavigation/NavigationEvent/laneGuidanceUpdateEvent(_:)
which is called when lane guidance update occurs.
-
Indicates a lane guidance starts.
Declaration
Swift
case didStartLaneGuidance(laneGuidance: LaneGuidance)
Parameters
laneGuidance
Provides detailed information about the new lane guidance..
-
Indicates a lane guidance ends.
Declaration
Swift
case didEndLaneGuidance(laneGuidance: LaneGuidance)
Parameters
laneGuidance
Provides detailed information about the lane guidance that just ended.