Package-level declarations

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
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.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface DataStoreSelectionEngine

Engine that decides what navigation data store to use in the next navigation cycle.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object DefaultDataStoreSelectionEngineFactory

Factory to create a DataStoreSelectionEngine.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
value class NavigationDataSource

The type of the data source used by navigation.