RouteRefreshCallback

interface RouteRefreshCallback

Callback for refresh route

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onError
Link copied to clipboard
abstract fun onError(error: RouteRefreshError)
Called when an error has occurred while fetching the route
onRefresh
Link copied to clipboard
abstract fun onRefresh(directionsRoute: DirectionsRoute)
Called when the DirectionsRoute has been refreshed
toString
Link copied to clipboard
open fun toString(): String