Values.RouteMatrixEntrySourceThe result for the calculated route of one DeparturePosition DestinationPosition pair.
type nonrec t = {distance : RouteMatrixEntryDistanceDouble.t option;The total distance of travel for the route.
*)durationSeconds : RouteMatrixEntryDurationSecondsDouble.t option;The expected duration of travel for the route.
*)error : RouteMatrixEntryError.t option;An error corresponding to the calculation of a route between the DeparturePosition and DestinationPosition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of RouteMatrixEntryDistanceDouble.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list ]