NavigationEvent

public enum NavigationEvent

Represents various events that can occur during navigation.

The NavigationEvent enum defines different types of events that can be published by the TomTomNavigation.eventPublisher. These events cover a wide range of scenarios, such as :

  • changes in navigation state,
  • map matching,
  • progress updates,
  • route changes,
  • guidance updates, and more. Each case in the enum corresponds to a specific event type and includes relevant information about that event.

Important

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