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
Navigationconfigured to work in online mode by default.Throws
NavigationFactoryError.invalidArgumentif neither of the following properties is specified:Configuration.apiKeyConfiguration.navigationTileStore
Declaration
Swift
public static func create(configuration: Configuration) throws -> EngineActionsParameters
configurationThe configuration used for navigation setup for online mode.
-
The configuration to set up Navigation SDK for online mode.
See moreDeclaration
Swift
public struct Configuration
OnlineTomTomNavigationFactory Enumeration Reference