|
ArcGIS Runtime SDK for iOS
100.15
|
An individual route between stops.
Instances of this class represent an individual route between stops that is accessible from AGSRouteResult::routes
Instance Methods | |
| (double) | - costForCostAttribute: |
Properties | |
| NSArray< AGSDirectionManeuver * > * | directionManeuvers |
| NSDate * | endTime |
| double | endTimeShift |
| AGSPolyline * | routeGeometry |
| NSString * | routeName |
| NSDate * | startTime |
| double | startTimeShift |
| NSArray< AGSStop * > * | stops |
| double | totalLength |
| double | totalTime |
| double | travelTime |
| double | violationTime |
| double | waitTime |
| - (double) costForCostAttribute: | (NSString *) | attributeName |
|
readnonatomiccopy |
Turn-by-turn driving directions along this route. Only available if AGSRouteParameters::returnDirections was enabled.
AGSDirectionManeuver
|
readnonatomicstrong |
Time when the route ends (arriving at the last stop) in the current locale of the device.
|
readnonatomicassign |
Time zone shift in minutes (based on the time zone of the last stop) for the end time.
|
readnonatomicstrong |
The route geometry.
|
readnonatomiccopy |
Name of the route. Same as AGSStop::routeName of stops included in this route.
|
readnonatomicstrong |
Time when the route begins (departing from the first stop) in the current locale of the device.
|
readnonatomicassign |
Time zone shift in minutes (based on the time zone of the last stop) for the start time.
|
readnonatomiccopy |
The stops visited along this route. Only available if AGSRouteParameters::returnStops was enabled.
AGSRouteParameters::findBestSequence is enabled. AGSStop::sequence for the sequence in which stops are visited by a route.
|
readnonatomicassign |
Total distance (in meters) covered by the route.
|
readnonatomicassign |
Overall time (in minutes) taken by the route from start to end. This includes travelTime and waitTime.
|
readnonatomicassign |
Total time (in minutes) spent travelling along the route.
|
readnonatomicassign |
Total time (in munutes) that the route was late in arriving within permissible time windows for stops. Only applicable if time windows were specified for stops.
AGSStop::localTimeWindowStart and AGSStop::localTimeWindowEnd for specifying time windows
|
readnonatomicassign |
Total time (in minutes) spent at stops waiting for time windows to open. Only applicable if time windows were specified for stops.
AGSStop::localTimeWindowStart and AGSStop::localTimeWindowEnd for specifying time windows