MainNavigationEngines

public protocol MainNavigationEngines

Important

This is a Public Preview API. It may be changed or removed at any time.
  • The DataSourceSelectionEngine provides an interface for the map data source.

    Declaration

    Swift

    var dataSourceSelectionEngine: DataSourceSelectionEngine? { get }
  • The RouteProjectionEngine provides an interface for route projection.

    Declaration

    Swift

    var routeProjectionEngine: RouteProjectionEngine? { get }