Base
/
com.mapbox.navigation.base.route
/
Router
/
Callback
Callback
interface
Callback
Content copied to clipboard
Callback for Router fetching
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
onCanceled
Link copied to clipboard
abstract fun
onCanceled
()
Content copied to clipboard
Called whenever a route request is canceled.
onFailure
Link copied to clipboard
abstract fun
onFailure
(throwable:
Throwable
)
Content copied to clipboard
onResponse
Link copied to clipboard
abstract fun
onResponse
(routes:
List
<
DirectionsRoute
>)
Content copied to clipboard
Non-empty list of
DirectionsRoute
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard