Car Route Request Callback
            interface CarRouteRequestCallback
Content copied to clipboard
This is a view interface. Each callback function represents a view that will be shown for the situations.
Functions
onDestinationLocationUnknown
                          
                    Link copied to clipboard
                        abstract fun onDestinationLocationUnknown()
Content copied to clipboard
onNoRoutesFound
                          
                    Link copied to clipboard
                        abstract fun onNoRoutesFound()
Content copied to clipboard
onRoutesReady
                          
                    Link copied to clipboard
                        abstract fun onRoutesReady(placeRecord: PlaceRecord, routes: List<NavigationRoute>)
Content copied to clipboard
onUnknownCurrentLocation
                          
                    Link copied to clipboard
                        abstract fun onUnknownCurrentLocation()
Content copied to clipboard