TileStoreMapMatchingEngineFactory
public class TileStoreMapMatchingEngineFactory
                The factory provides a public API for creating an instance of MapMatchingEngine for online mode.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
Creates the online engine with a given tile store.
Throws
An error ifMapMatchingEnginecannot be created.Declaration
Swift
public class func create(tileStore: NavigationTileStore) throws -> MapMatchingEngineParameters
tileStoreA
NavigationTileStorethat provides streamed navigation tile data.Return Value
An instance of
MapMatchingEngine. 
        
 
          TomTom SDK for iOS (0.40.0)
        
          TileStoreMapMatchingEngineFactory