RouteMatrixEntry

The calculated route matrix containing the results for all pairs of Origins to Destination positions. Each row corresponds to one entry in Origins. Each entry in the row corresponds to the route from that entry in Origins to an entry in Destination positions.

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

Error code that occurred during calculation of the route.

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