RouteVehicleSpan

Span computed for the requested SpanAdditionalFeatures.

Types

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

Properties

Link copied to clipboard

Duration of the computed span without traffic congestion.

Link copied to clipboard

Access attributes for a car corresponding to the span.

Link copied to clipboard

3 letter Country code corresponding to the Span.

Link copied to clipboard

Distance of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.

Link copied to clipboard

Duration of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.

Link copied to clipboard

Dynamic speed details corresponding to the span.

Link copied to clipboard

Functional classification of the road segment corresponding to the span.

Link copied to clipboard

Attributes corresponding to a gate. The gate is present at the end of the returned span.

Link copied to clipboard

Offset in the leg geometry corresponding to the start of this span.

Link copied to clipboard

Incidents corresponding to the span. These index into the Incidents in the parent Leg.

Link copied to clipboard

Provides an array of names of the vehicle span in available languages.

Link copied to clipboard

Notices are additional information returned that indicate issues that occurred during route calculation.

Link copied to clipboard

Attributes corresponding to a railway crossing. The gate is present at the end of the returned span.

Link copied to clipboard

2-3 letter Region code corresponding to the Span. This is either a province or a state.

Link copied to clipboard

Attributes for the road segment corresponding to the span.

Link copied to clipboard

Designated route name or number corresponding to the span.

Link copied to clipboard

Access attributes for a scooter corresponding to the span.

Link copied to clipboard

Speed limit details corresponding to the span.

Link copied to clipboard

Toll systems are authorities that collect payments for the toll.

Link copied to clipboard

Access attributes for a truck corresponding to the span.

Link copied to clipboard

Truck road type identifiers. BK1 through BK4 apply only to Sweden. A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.

Link copied to clipboard

Duration of the computed span under typical traffic congestion.

Link copied to clipboard
val zones: List<Int>?

Zones corresponding to this leg of the route.

Functions

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