open class OptimizedWaypoint : Serializable
The optimized waypoint. If the Routing Request contains waypoints and the computeBestOrder parameter, the Response will include the optimized waypoint indices.
OptimizedWaypoint()
The optimized waypoint. If the Routing Request contains waypoints and the computeBestOrder parameter, the Response will include the optimized waypoint indices. |
var optimizedIndex: Int
The optimized waypoint index. |
|
var providedIndex: Int
The original waypoint index provided in the Request. |