Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CalculateRouteMatrixSummary

import type { CalculateRouteMatrixSummary } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";

A summary of the calculated route matrix.

interface CalculateRouteMatrixSummary {
DataSource: string;
DistanceUnit: DistanceUnit;
ErrorCount: number;
RouteCount: number;
}

§Properties

§
DataSource: string
[src]

The data provider of traffic and road network data used to calculate the routes. Indicates one of the available providers:

  • Esri
    
  • Here
    

For more information about data providers, see Amazon Location Service data providers.

§
DistanceUnit: DistanceUnit
[src]

The unit of measurement for route distances.

§
ErrorCount: number
[src]

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

§
RouteCount: number
[src]

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