Values.CalculateRouteMatrixSummarySourceA summary of the calculated route matrix.
type nonrec t = {dataSource : String_.t option;The data provider of traffic and road network data used to calculate the routes. Indicates one of the available providers: Esri Grab Here For more information about data providers, see Amazon Location Service data providers.
*)routeCount : CalculateRouteMatrixSummaryRouteCountInteger.t option;The count of cells in the route matrix. Equal to the number of DeparturePositions multiplied by the number of DestinationPositions.
*)errorCount : CalculateRouteMatrixSummaryErrorCountInteger.t option;The count of error results in the route matrix. If this number is 0, all routes were calculated successfully.
*)distanceUnit : DistanceUnit.t option;The unit of measurement for route distances.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of CalculateRouteMatrixSummaryRouteCountInteger.t
| `String of String_.t ])
list ]