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
NavigationEventfor the arrival at a destination.Declaration
Swift
case destinationArrivalEvent(DestinationArrivalEvent) -
A
NavigationEventrepresenting the arrival at a waypoint.Declaration
Swift
case waypointArrivalEvent(WaypointArrivalEvent)
NavigationEvent Enumeration Reference