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
navigationSnapshotSnapshot used to obtain current navigation state (position, route etc.)
TomTom SDK for iOS (0.53.1)
DataStoreMaintenanceEngine