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 The summary is included in the response only if route calculation succeeds. |
Status | RouteStatusType Status Status Status field is not present if route calculation succeeds. |