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()

Empty constructor for the OptimizedWaypoint.

OptimizedWaypoint(providedIndex: Int, optimizedIndex: Int)

Default constructor for the OptimizedWaypoint.

Properties

optimizedIndex

var optimizedIndex: Int

The optimized waypoint index.

providedIndex

var providedIndex: Int

The original waypoint index provided in the Request.