-
- All Implemented Interfaces:
public interface AlternativeRouteResponseAlternative route response
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetStatus()Error code representing the calculation result abstract List<Route>getRoutes()A list of calculated alternative routes abstract AlternativeRouteContextgetContext()provides the context for route calculation abstract RoutegetNavigationRoute()The route in navigation. -
-
Method Detail
-
getContext
abstract AlternativeRouteContext getContext()
provides the context for route calculation
-
getNavigationRoute
abstract Route getNavigationRoute()
The route in navigation.
-
-
-
-