OfflineLocationContextProviderEngineFactory
public class OfflineLocationContextProviderEngineFactory
Creates the offline version of LocationContextProviderEngine.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates the offline engine with a given map data store.
Throws
An error ifLocationContextProviderEnginecannot be created.Declaration
Swift
public class func create(dataStore: NDSStore) throws -> LocationContextProviderEngineParameters
dataStoreAn
NDSStorewhich provides access to the offline map.Return Value
An instance of
LocationContextProviderEngine
OfflineLocationContextProviderEngineFactory Class Reference