Routing API v7 Developer's Guide

RouteMatrixEntryType

A matrix entry provides summary information for the route between waypoints indicated by indices of the start point and the destination. In cases of calculation failure the summary is replaced with a status field.

RouteMatrixEntryType defines the following attributes:

Element Description
StartIndex xs:int

Index to identify the start point of the route in the list of starting positions.

DestinationIndex xs:int

Index to identify the destination point of the route in the list of destinations.

Summary RouteSummaryType

Route summary for this matrix entry. In the CalculateMatrix response, depending on summaryAttributes parameter, it may include fields CostFactor, Distance and TravelTime. The CalculateMatrix response does not provide other RouteSummaryType attributes.

The summary is included in the response only if route calculation succeeds.

Status RouteStatusType

Status rangeExceeded indicates that a route calculation was aborted due to the exceeded search range specified in the request.

Status failed indicates that a route calculation failed due to invalid or non-reachable destination waypoint.

Status field is not present if route calculation succeeds.