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.
- tileStore: A
NavigationTileStorethat provides streamed navigation tile data.
Declaration
Swift
public class func create(tileStore: NavigationTileStore) throws -> MapMatchingEngineReturn Value
An instance of
MapMatchingEngine. - tileStore: A
TileStoreMapMatchingEngineFactory Class Reference