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. |
open fun getOptimizedIndex(): Int
Returns the optimized waypoint index. |
|
open fun getProvidedIndex(): Int
Returns the original waypoint index provided in the request. |
|
open fun toString(): String |