TomTomSDKNavigationOnline
TomTomSDKNavigationOnline
The Navigation Online module provides specialized configurations and a factory for setting up and customizing Navigation SDK for online mode. OnlineTomTomNavigationFactory is responsible for creating instances of TomTomNavigation. Online mode enables users to access real-time navigation services, including traffic updates and dynamic route recalculation, by utilizing an active internet connection. This module allows developers to create tailored navigation experiences that cater to various use cases, whether for basic or advanced scenarios.
Functionalities
The Navigation Online module offers specialized configurations to set up and customize TomTomNavigation for online 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 TomTomSDKNavigationOnline.
-
Creates an instance of
TomTomNavigation
used for online navigation.The
OnlineTomTomNavigationFactory
provides a static method to create an instance ofTomTomNavigation
configured for online navigation. It ensures that all necessary components, such as:- Engines for map matching,
- Guidance, and
- Route tracking, are appropriately configured and initialized. This factory is essential for applications that require real-time navigation with online capabilities, allowing for features like traffic updates and live routing.
Declaration
Swift
public enum OnlineTomTomNavigationFactory