Values.RoutePedestrianArrivalSourceDetails corresponding to the arrival for a leg. Time format:YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm Examples: 2020-04-22T17:57:24Z 2020-04-22T17:57:24+02:00
type nonrec t = {place : RoutePedestrianPlace.t option;The place details.
*)time : TimestampWithTimezoneOffset.t option;The time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of TimestampWithTimezoneOffset.t
| `Structure of
(string
* [> `Enum of string
| `Integer of RoutePedestrianPlaceWaypointIndexInteger.t
| `List of [> `Double of Double.t ] list
| `String of SensitiveString.t ])
list ])
list ]