DataSourceSelectionEngine
public protocol DataSourceSelectionEngine : ManageableEngine
The DataSourceSelectionEngine provides an interface for the map data source.
Important
This is a Public Preview API. It may be changed or removed at any time.Function to trigger the data source selection logic for the next navigation cycle.
Declaration
Swift
func select(navigationSnapshot: NavigationSnapshot)
Parameters
navigationSnapshot
|
The snapshot of the current navigation session. |