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.

    Throws

    An error if a LocationContextProviderEngine cannot be created.

    Declaration

    Swift

    public class func create(hybridDataStore: HybridNavigationDataStore) throws -> LocationContextProviderEngine

    Parameters

    hybridDataStore

    Data store that provides the data source for getting the location context.

    Return Value

    An instance of LocationContextProviderEngine.