TomTomSDKDataStoreUpdater

The following declarations are provided by module TomTomSDKDataStoreUpdater.

  • Provides current position updates and the active route in the current navigation session to the data store.

    Use updateLocationProvider and updateNavigation methods to control flow of updates for the UpdatableDataStore.

    The DataStoreUpdater is now created automatically inside TomTomNavigation. The external DataStoreUpdater no longer serves a purpose and should not be created manually.

    See more

    Declaration

    Swift

    @available(*, deprecated, message: "This will be removed from future releases after 2026-07-15.\nThe DataStoreUpdater is now created automatically inside TomTomNavigation. \nThe external DataStoreUpdater no longer serves a purpose and should not be created manually.")
    public class DataStoreUpdater