NavigationState

public enum NavigationState

Specifies the current navigation state of the TomTomNavigation object.

The current state changes under the following circumstances:

Important

This is a Public Preview API. It may be changed or removed at any time.

  • Idle state, navigation hasn’t started or was completed by calling stop().

    Declaration

    Swift

    case idle
  • Free driving state, navigation in progress without an active route.

    Declaration

    Swift

    case freeDriving
  • Active guidance state, navigation in progress with an active route.

    Declaration

    Swift

    case activeGuidance