sdk-routing / com.tomtom.online.sdk.routing.data / OptimizedWaypoint

OptimizedWaypoint

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.

Constructors

<init>

OptimizedWaypoint()

The optimized waypoint. If the Routing Request contains waypoints and the computeBestOrder parameter, the Response will include the optimized waypoint indices.

Properties

optimizedIndex

var optimizedIndex: Int

The optimized waypoint index.

providedIndex

var providedIndex: Int

The original waypoint index provided in the Request.