DataStoreMaintenanceEngine
public protocol DataStoreMaintenanceEngine : ManageableEngine
Engine that instantiates the update of the data store used for navigation.
Important
This is a Public Preview API. It may be changed or removed at any time.Maintains data store using current navigation state (position, route etc.).
Declaration
Swift
func maintain(navigationSnapshot: NavigationSnapshot)
Parameters
navigationSnapshot
|
Snapshot used to obtain current navigation state (position, route etc.) |