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.Hybrid data store that provides map data sources.
Declaration
Swift
public let dataStore: HybridNavigationDataStore
Creates an instance of DataSourceSelectionEngine
.
Declaration
Swift
public init(dataStore: HybridNavigationDataStore)
Parameters
dataStore
|
Hybrid data store that provides map data sources. |
Reset the engine.
Warning
This method has not been implemented yet.Declaration
Swift
public func reset()
Triggers the data source selection logic for the next navigation cycle.
Declaration
Swift
public func select(navigationSnapshot: NavigationSnapshot)
Parameters
navigationSnapshot
|
The snapshot of the current navigation session. |