CalculateRouteMatrixSummary - Amazon Location Service

CalculateRouteMatrixSummary

A summary of the calculated route matrix.

Contents

DataSource

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.

Type: String

Required: Yes

DistanceUnit

The unit of measurement for route distances.

Type: String

Valid Values: Kilometers | Miles

Required: Yes

ErrorCount

The count of error results in the route matrix. If this number is 0, all routes were calculated successfully.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 160000.

Required: Yes

RouteCount

The count of cells in the route matrix. Equal to the number of DeparturePositions multiplied by the number of DestinationPositions.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 160000.

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: