Package-level declarations

The package provides specialized configurations and a factory to set up and customize TomTomNavigation for online navigation mode. It allows for both basic and advanced configurations, enabling developers to tailor the navigation experience to suit various use cases.

  • Configuration Configures TomTomNavigation for online mode. Offers both basic and advanced setup options for extensive customization of navigation engines and components.

    • Basic configuration: Sets up the Navigation SDK with essential navigation components.

    • Advanced configuration: Includes essential navigation and additional navigation components for advanced use cases, allowing for extensive customization of individual navigation engines and components.

  • OnlineTomTomNavigationFactory: Creates instances of TomTomNavigation specifically configured for online mode, using the provided Configuration to set up and customize the navigation instance accordingly.

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class Configuration

The configuration used to set up TomTomNavigation to work in online mode.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object OnlineTomTomNavigationFactory

Creates an instance of TomTomNavigation used for online navigation.