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()
Empty constructor for the OptimizedWaypoint(providedIndex: Int, optimizedIndex: Int)
Default constructor for the |
var optimizedIndex: Int
The optimized waypoint index. |
|
var providedIndex: Int
The original waypoint index provided in the Request. |