CarRouteRequestCallback

interface CarRouteRequestCallback

This is a view interface. Each callback function represents a view that will be shown for the situations.

Functions

Link copied to clipboard
abstract fun onDestinationLocationUnknown()
Link copied to clipboard
abstract fun onNoRoutesFound()
Link copied to clipboard
abstract fun onRoutesReady(placeRecord: PlaceRecord, routes: List<NavigationRoute>)
Link copied to clipboard
abstract fun onUnknownCurrentLocation()