Package com.tomtom.ivi.platform.navigation.api.common.intentcontrollernavigation

Types

Link copied to clipboard
@IviExperimental(reasons = [])
class IntentControlledAddressSearch(application: IviApplication, lifecycleOwner: LifecycleOwner) : BroadcastReceiver

An address can be searched from last known location through ADB using:

Link copied to clipboard
@IviExperimental(reasons = [])
class IntentControlledTripPlanner(application: IviApplication, lifecycleOwner: LifecycleOwner) : BroadcastReceiver

A trip can be planned from current location to given destination through ADB using:

Functions

Link copied to clipboard
suspend fun runOnReady(serviceApi: AnyIviServiceApiBase, onReady: suspend () -> Unit)

Runs the suspend lambda function when given AnyIviServiceApiBase is ready.