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 NavigationTileStore that provides streamed navigation tile data.

    Declaration

    Swift

    public class func create(tileStore: NavigationTileStore) throws -> MapMatchingEngine

    Return Value

    An instance of MapMatchingEngine.