@Beta(2020, 12) data class EvRoutePlan : Serializable
Represents a result from the Long Distance EV Routing service.
report
- A report with the effective parameters or data used.
routes
- The list of information about routes.
val report: Report
A report with the effective parameters or data used. |
|
val routes: List<EvFullRoute>
The list of information about routes. |