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 NavigationEvent for the arrival at a destination.

    Declaration

    Swift

    case destinationArrivalEvent(DestinationArrivalEvent)
  • A NavigationEvent representing the arrival at a waypoint.

    Declaration

    Swift

    case waypointArrivalEvent(WaypointArrivalEvent)