DataSourceSelection

class DataSourceSelection(val activeDataSource: NavigationDataSource, val expectedDataSource: NavigationDataSource)

Output of the com.tomtom.sdk.navigation.datastoreselection.DataStoreSelectionEngine that represents the data source used by the navigation and expected source to which navigation is going to switch.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(activeDataSource: NavigationDataSource, expectedDataSource: NavigationDataSource)

Properties

Link copied to clipboard

The NavigationDataSource currently in use by the navigation.

Link copied to clipboard

The NavigationDataSource expected to be used in the next navigation cycles. This data source will be used when the route is successfully replanned with the expected source.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String