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.)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

navigationRoutes
Link copied to clipboard
val navigationRoutes: List<NavigationRoute>
list of currently maintained routes
reason
Link copied to clipboard
val reason: String
why the routes have been updated (re-route, refresh route, and etc.
routes
Link copied to clipboard
val routes: List<DirectionsRoute>
List of currently maintained routes.