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
  • 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.

  • Reset the engine.

    Warning

    This method has not been implemented yet.

    Declaration

    Swift

    public func reset()