| Package | com.esri.aws.services |
| Class | public class RouteInfo |
| Property | Defined by | ||
|---|---|---|---|
| optimizedStopOrder : Array
The order by which the stops were optimized.
| RouteInfo | ||
| routePath : Geometry
The geometry of the route.
| RouteInfo | ||
| segmentDescs : Array
Contains an array of descriptions about each segment of the route.
| RouteInfo | ||
| totalDesc : RouteSummary
The total route time and distance.
| RouteInfo | ||
| optimizedStopOrder | property |
public var optimizedStopOrder:ArrayThe order by which the stops were optimized. The array of stops matches the array of stops in the object RouteStop.
See also
| routePath | property |
public var routePath:GeometryThe geometry of the route.
| segmentDescs | property |
public var segmentDescs:ArrayContains an array of descriptions about each segment of the route.
| totalDesc | property |
public var totalDesc:RouteSummaryThe total route time and distance.