RoutesUpdatedResult

class RoutesUpdatedResult

Routes updated result is provided via RoutesObserver whenever a list of routes changes.

The route at index 0, if exist, will be treated as the primary route for 'Active Guidance'.

Parameters

navigationRoutes

list of currently maintained routes

reason

why the routes have been updated (re-route, refresh route, and etc.)

Properties

Link copied to clipboard
val navigationRoutes: List<NavigationRoute>
Link copied to clipboard
val reason: String
Link copied to clipboard
val routes: List<DirectionsRoute>

List of currently maintained routes.