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

    guidanceEvent

    Describes a guidance event indicating the reason of the event.

  • Represents the event of lane guidance update.

    Declaration

    Swift

    case laneGuidanceUpdatedEvent(LaneGuidanceUpdatedEvent)

    Parameters

    laneGuidanceEvent

    Describes a lane guidance event indicating the reason of the event.

  • 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)

Public