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