DefaultDataSourceSelectionEngine
public class DefaultDataSourceSelectionEngine : DataSourceSelectionEngine
Implementation of Data Source Selection Engine
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
DataSourceSelectionEngine.Declaration
Swift
public init(dataStore: HybridNavigationDataStore)Parameters
dataStoreHybrid data store that provides map data sources.
-
Hybrid data store that provides map data sources.
Declaration
Swift
public let dataStore: HybridNavigationDataStore -
Triggers the data source selection logic for the next navigation cycle.
Declaration
Swift
public func select(navigationSnapshot: NavigationSnapshot)Parameters
navigationSnapshotThe snapshot of the current navigation session.
-
Reset the engine.
Warning
This method has not been implemented yet.Declaration
Swift
public func reset()
TomTom SDK for iOS (0.53.1)
DefaultDataSourceSelectionEngine