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
laneGuidanceProvides detailed information about the new lane guidance..
-
Indicates a lane guidance ends.
Declaration
Swift
case didEndLaneGuidance(laneGuidance: LaneGuidance)Parameters
laneGuidanceProvides detailed information about the lane guidance that just ended.
TomTom SDK for iOS (0.53.1)
LaneGuidanceUpdateEvent