@Beta(2020, 12) data class OptimizedWaypoint : Serializable
The optimized waypoint. If the route specification contains waypoints and the computeBestOrder parameter, the route plan will include the optimized waypoint indices.
providedIndex
- The original waypoint index provided in the specification.
optimizedIndex
- The optimized waypoint index.
val optimizedIndex: Int
The optimized waypoint index. |
|
val providedIndex: Int
The original waypoint index provided in the specification. |