RouteMatrixEntry

The result for the calculated route of one DeparturePosition``DestinationPosition pair.

Types

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

Properties

Link copied to clipboard

The total distance of travel for the route.

Link copied to clipboard

The expected duration of travel for the route.

Link copied to clipboard

An error corresponding to the calculation of a route between the DeparturePosition and DestinationPosition.

Functions

Link copied to clipboard
inline fun copy(block: RouteMatrixEntry.Builder.() -> Unit = {}): RouteMatrixEntry
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