DataStoreUpdateContextEngine

public protocol DataStoreUpdateContextEngine : ManageableEngine
  • Supplies the data store with all the context the store can use to perform an optimized update.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Sets the given location.

    Declaration

    Swift

    func setLocation(location: CLLocation)

    Parameters

    location

    The location which will be set.

  • Sets the given route.

    Declaration

    Swift

    func setRoute(route: Route)

    Parameters

    route

    The route which will be set.