Router
interface Router
Content copied to clipboard
Router provides API to fetch route and cancel route-fetching request.
Types
Functions
getRoute
Link copied to clipboard
abstract fun getRoute(routeOptions: RouteOptions, callback: Router.Callback)
Content copied to clipboard
getRouteRefresh
Link copied to clipboard
abstract fun getRouteRefresh(route: DirectionsRoute, legIndex: Int, callback: RouteRefreshCallback)
Content copied to clipboard