HybridMapMatchingEngineFactory
public class HybridMapMatchingEngineFactory
Factory to create a MapMatchingEngine 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 whenhybridDataStore.tileStore.storeAccess.storeAccessHandleis nil.Declaration
Swift
public class func create(hybridDataStore: HybridNavigationDataStore) throws -> MapMatchingEngineParameters
hybridDataStoreA
HybridNavigationDataStorewhich provides offline map and streamed navigation tile data.Return Value
An instance of
MapMatchingEngine.
TomTom SDK for iOS (0.53.1)
HybridMapMatchingEngineFactory