Base
/
com.mapbox.navigation.base.route
/
RouteRefreshCallback
Route
Refresh
Callback
interface
RouteRefreshCallback
Content copied to clipboard
Callback for refresh route
Functions
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
onError
Link copied to clipboard
abstract fun
onError
(error:
RouteRefreshError
)
Content copied to clipboard
Called when an error has occurred while fetching the route
onRefresh
Link copied to clipboard
abstract fun
onRefresh
(directionsRoute:
DirectionsRoute
)
Content copied to clipboard
Called when the
DirectionsRoute
has been refreshed
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard