RouteReplannerResponse

class RouteReplannerResponse(val routes: List<Route>, val routePlanningOptions: RoutePlanningOptions)

Represents the result of a successful route replanner operation.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

routes

The list of calculated routes.

routePlanningOptions

Planning options that were used to plan the routes.

Constructors

Link copied to clipboard
constructor(routes: List<Route>, routePlanningOptions: RoutePlanningOptions)

Properties

Link copied to clipboard