Packagecom.esri.aws.services
Classpublic class RouteInfo

Contains requested information about a route.



Public Properties
 PropertyDefined 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
Property detail
optimizedStopOrderproperty
public var optimizedStopOrder:Array

The order by which the stops were optimized. The array of stops matches the array of stops in the object RouteStop.

See also

routePathproperty 
public var routePath:Geometry

The geometry of the route.

segmentDescsproperty 
public var segmentDescs:Array

Contains an array of descriptions about each segment of the route.

totalDescproperty 
public var totalDesc:RouteSummary

The total route time and distance.