WaypointOptimizationConnection

This contains information such as distance and duration from one waypoint to the next waypoint in the sequence.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Distance of the step.

Link copied to clipboard

contains the ID of the starting waypoint in this connection.

Link copied to clipboard

Resting time before the driver can continue driving.

Link copied to clipboard
val to: String

Contains the ID of the ending waypoint in this connection.

Link copied to clipboard

Total duration.

Link copied to clipboard

Duration of a wait step.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String