TileStoreLocationContextProviderEngineFactory
public class TileStoreLocationContextProviderEngineFactory
Creates the online version of LocationContextProviderEngine.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates the online Location Context Provider engine with a given
NavigationTileStore.Throws
An error ifLocationContextProviderEnginecannot be created.Declaration
Swift
public class func create(tileStore: NavigationTileStore) throws -> LocationContextProviderEngineParameters
tileStoreA
NavigationTileStorethat provides streamed navigation tile data.Return Value
An instance of
LocationContextProviderEngine
TileStoreLocationContextProviderEngineFactory Class Reference