Values.CalculateRouteMatrixResponseSourceReturns the result of the route matrix calculation.
type nonrec t = {routeMatrix : RouteMatrix.t option;The calculated route matrix containing the results for all pairs of DeparturePositions to DestinationPositions. Each row corresponds to one entry in DeparturePositions. Each entry in the row corresponds to the route from that entry in DeparturePositions to an entry in DestinationPositions.
*)snappedDeparturePositions : CalculateRouteMatrixResponseSnappedDeparturePositionsList.t
option;For routes calculated using an Esri route calculator resource, departure positions are snapped to the closest road. For Esri route calculator resources, this returns the list of departure/origin positions used for calculation of the RouteMatrix.
*)snappedDestinationPositions : CalculateRouteMatrixResponseSnappedDestinationPositionsList.t
option;The list of destination positions for the route matrix used for calculation of the RouteMatrix.
*)summary : CalculateRouteMatrixSummary.t option;Contains information about the route matrix, DataSource, DistanceUnit, RouteCount and ErrorCount.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `List of
[> `Double of Double.t
| `Structure of
(string
* [> `Double of RouteMatrixEntryDistanceDouble.t
| `Structure of
(string
* [> `Enum of string | `String of String_.t ])
list ])
list ]
list ]
list
| `Structure of
(string
* [> `Enum of string
| `Integer of CalculateRouteMatrixSummaryRouteCountInteger.t
| `String of String_.t ])
list ])
list ]