OnlineTomTomNavigationFactory
public enum OnlineTomTomNavigationFactory
Creates an instance of Navigation configured to work in online mode by default.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
TomTomNavigationconfigured to work in online mode by default.Throws
The error which indicates the map matching engine or horizon engine cannot be created.Declaration
Swift
public static func create(configuration: Configuration) throws -> TomTomNavigationParameters
configurationThe configuration used for navigation setup for online mode.
Return Value
The configured online instance of
TomTomNavigation.
-
The configuration used to set up Navigation SDK to work in online mode.
See moreDeclaration
Swift
public struct Configuration
TomTom SDK for iOS (0.47.6)
OnlineTomTomNavigationFactory