TomTomSDKNavigationOffline

TomTomSDKNavigationOffline

The Navigation Offline module provides specialized configurations and a factory for setting up and customizing the Navigation SDK specifically for offline mode. OfflineTomTomNavigationFactory handles the creation of instances for offline TomTomNavigation. Offline mode allows users to access navigation services without requiring an active internet connection, making it ideal for areas with limited or no connectivity. This module enables developers to create tailored navigation experiences that cater to various use cases, whether for basic or advanced scenarios.

Functionalities
The Navigation Offline module offers specialized configurations to set up and customize TomTomNavigation for offline navigation mode. It provides both basic and advanced setup options:
  • Basic configuration: Sets up the Navigation SDK with essential navigation components to ensure fundamental navigation capabilities.
  • Advanced configuration: Includes essential navigation along with additional components tailored for advanced use cases, allowing extensive customization of individual navigation engines and components.



API Overview

The following declarations are provided by module TomTomSDKNavigationOffline.

  • Creates an instance of TomTomNavigation used for offline navigation.

    The OfflineTomTomNavigationFactory provides a static method to create an instance of TomTomNavigation configured for offline navigation. It ensures that all necessary components, such as:

    • Engines for map matching,
    • Guidance, and
    • Route tracking, are appropriately configured and initialized.

    Important

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

    Declaration

    Swift

    public enum OfflineTomTomNavigationFactory