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
locationThe location which will be set.
-
Sets the given route.
Declaration
Swift
func setRoute(route: Route)Parameters
routeThe route which will be set.
DataStoreUpdateContextEngine Protocol Reference