@PublicPreview("2021.06") data class RoutePlan : Serializable
Represents the calculated route based on a passed RouteSpecification.
report
- Represents information about the data which should be reported for diagnosis purposes.
routes
- The list of calculated routes.
optimizedWaypoints
- The list of optimized waypoints.
RoutePlan(report: Report?, routes: List<FullRoute>, optimizedWaypoints: List<OptimizedWaypoint>)
Represents the calculated route based on a passed RouteSpecification. |
val optimizedWaypoints: List<OptimizedWaypoint>
The list of optimized waypoints. |
|
val report: Report?
Represents information about the data which should be reported for diagnosis purposes. |
|
val routes: List<FullRoute>
The list of calculated routes. |