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 ifMapMatchingEngine
cannot be created.Declaration
Swift
public class func create(tileStore: NavigationTileStore) throws -> MapMatchingEngine
Parameters
tileStore
A
NavigationTileStore
that provides streamed navigation tile data.Return Value
An instance of
MapMatchingEngine
.