RouteVehiclePlace

Place details corresponding to the arrival or departure.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the place.

Link copied to clipboard

Position provided in the request.

Link copied to clipboard

Position defined as [longitude, latitude].

Link copied to clipboard

Options to configure matching the provided position to a side of the street.

Link copied to clipboard

Index of the waypoint in the request.

Functions

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