LaneGuidanceUpdatedEvent
public enum LaneGuidanceUpdatedEvent
                Represents lane guidance update events.
The enumeration is a parameter of TomTomSDKNavigation/NavigationEvent/laneGuidanceUpdatedEvent(_:) 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.40.0)
        
          LaneGuidanceUpdatedEvent