Values.RouteVehiclePlaceSourcePlace details corresponding to the arrival or departure.
type nonrec t = {name : SensitiveString.t option;The name of the place.
*)originalPosition : Position23.t option;Position provided in the request.
*)position : Position23.t option;Position in World Geodetic System (WGS 84) format: [longitude, latitude].
*)sideOfStreet : RouteSideOfStreet.t option;Options to configure matching the provided position to a side of the street.
*)waypointIndex : RouteVehiclePlaceWaypointIndexInteger.t option;Index of the waypoint in the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of RouteVehiclePlaceWaypointIndexInteger.t
| `List of [> `Double of Double.t ] list
| `String of SensitiveString.t ])
list ]