NavigationState

public enum NavigationState

Specifies the current navigation state of the TomTomNavigation object.

The current state changes under the following circumstances:

  • Idle state, navigation has not started or was stopped.

    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