NavigationEvent
public enum NavigationEvent
Represents the NavigationEvent published by TomTomNavigation\eventPublisher.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Represents the event of guidance update.
Declaration
Swift
case guidanceUpdatedEvent(GuidanceUpdatedEvent)Parameters
guidanceEventDescribes a guidance event indicating the reason of the event.
-
Represents the event of lane guidance update.
Declaration
Swift
case laneGuidanceUpdatedEvent(LaneGuidanceUpdatedEvent)Parameters
laneGuidanceEventDescribes a lane guidance event indicating the reason of the event.
-
Represents the
NavigationEventfor the arrival at a destination.Declaration
Swift
case destinationArrivalEvent(DestinationArrivalEvent) -
A
NavigationEventrepresenting the arrival at a waypoint.Declaration
Swift
case waypointArrivalEvent(WaypointArrivalEvent)
-
Represents guidance update events.
The enumeration is a parameter of
See moreguidanceUpdatedEvent(_:)which is triggered when guidance update occurs.Declaration
Swift
public enum GuidanceUpdatedEvent -
Represents lane guidance update events.
The enumeration is a parameter of
See morelaneGuidanceUpdatedEvent(_:)which is triggered when lane guidance update occurs.Declaration
Swift
public enum LaneGuidanceUpdatedEvent
NavigationEvent Enumeration Reference