Navigation Router
            Extends Router to also provide ability for fetching and refreshing NavigationRoutes.
Functions
cancelRouteRefreshRequest
                          
                    
                  Link copied to clipboard
                        cancelRouteRequest
                          
                    
                  Link copied to clipboard
                        getRoute
                          
                    Link copied to clipboard
                        abstract fun getRoute(routeOptions: RouteOptions, callback: NavigationRouterCallback): Long
Content copied to clipboard
abstract fun getRoute(routeOptions: RouteOptions, callback: RouterCallback): Long
Content copied to clipboard
getRouteRefresh
                          
                    Link copied to clipboard
                        abstract fun getRouteRefresh(route: NavigationRoute, legIndex: Int, callback: NavigationRouterRefreshCallback): Long
Content copied to clipboard
abstract fun getRouteRefresh(route: DirectionsRoute, legIndex: Int, callback: RouteRefreshCallback): Long
Content copied to clipboard