HybridLocationContextProviderEngineFactory
public class HybridLocationContextProviderEngineFactory
Factory to create a LocationContextProviderEngine object.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates the hybrid engine with a given hybrid data store.
- hybridDataStore: Data store that provides the data source for getting the location context.
Declaration
Swift
public class func create(hybridDataStore: HybridNavigationDataStore) throws -> LocationContextProviderEngineReturn Value
An instance of
LocationContextProviderEngine.
HybridLocationContextProviderEngineFactory Class Reference