| Package | com.esri.aws.services |
| Class | public class RouteSummary |
| Property | Defined by | ||
|---|---|---|---|
| distanceUnits : String
The units of the route distance.
| RouteSummary | ||
| numericDistance : Number
The total length of the route.
| RouteSummary | ||
| numericTime : Number
The estimated minutes the route takes to drive.
| RouteSummary | ||
| routeExtent : Envelope
The envelope (coordSys maxX, maxY, minX, minY) of the route.
| RouteSummary | ||
| totalDistance : String
The description of the length of the route for example,
"Driving distance: 2.8 mile(s)".
| RouteSummary | ||
| totalTime : String
The description of the estimated time the route takes to drive
for example, "Driving time: 22 minute(s)".
| RouteSummary | ||
| distanceUnits | property |
public var distanceUnits:StringThe units of the route distance. The possible values are "km" (kilometers) or "miles".
| numericDistance | property |
public var numericDistance:NumberThe total length of the route. Distance is rounded to two decimal places.
| numericTime | property |
public var numericTime:NumberThe estimated minutes the route takes to drive. Time is rounded to whole minutes.
| routeExtent | property |
public var routeExtent:EnvelopeThe envelope (coordSys maxX, maxY, minX, minY) of the route.
| totalDistance | property |
public var totalDistance:StringThe description of the length of the route for example, "Driving distance: 2.8 mile(s)". Distance is rounded to one decimal place.
| totalTime | property |
public var totalTime:StringThe description of the estimated time the route takes to drive for example, "Driving time: 22 minute(s)". Time is rounded to whole minutes.