RouteReplannerResponse

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

Represents the result of a successful route replanning operation performed by RouteReplanner.

This class encapsulates the outcome of a route replanning request when processed successfully, containing the new or updated routes and the options that were used during the planning process.

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