@Beta(2020, 10) class EvRoutePlan
Represents a result from the Long Distance EV Routing Service.
report
- A report with effective parameters or data used.
routes
- The list of information about routes.
EvRoutePlan(report: Report, routes: List<FullRoute> = arrayListOf())
Represents a result from the Long Distance EV Routing Service. |
val report: Report
A report with effective parameters or data used. |
|
val routes: List<FullRoute>
The list of information about routes. |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |