HybridRouteProjectionEngineFactory
public class HybridRouteProjectionEngineFactory
Creates the hybrid version of RouteProjectionEngine object.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates the hybrid engine with a given hybrid data store.
Throws
An error ifNDSStoreis invalid.Declaration
Swift
public class func create(hybridDataStore: HybridNavigationDataStore) throws -> RouteProjectionEngineParameters
hybridDataStoreThe hybrid data store.
Return Value
An instance of
RouteProjectionEngine.
TomTom SDK for iOS (0.40.0)
HybridRouteProjectionEngineFactory