Values.RouteFerryPlaceSourcePosition provided in the request.
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].
*)waypointIndex : RouteFerryPlaceWaypointIndexInteger.t option;Index of the waypoint in the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RouteFerryPlaceWaypointIndexInteger.t
| `List of [> `Double of Double.t ] list
| `String of SensitiveString.t ])
list ]