ArcGIS Runtime SDK for iOS
100.15
|
An individual route between a facility and an incident.
Instances of this class represent an individual route between a facility and an incident that is available through AGSClosestFacilityResult::routeForFacilityIndex:incidentIndex
.
Instance Methods | |
(double) | - costForCostAttribute: |
Properties | |
AGSCurbApproach | arrivalCurbApproach |
AGSCurbApproach | departureCurbApproach |
NSArray< AGSDirectionManeuver * > * | directionManeuvers |
NSDate * | endTime |
double | endTimeShift |
AGSPolyline * | routeGeometry |
NSDate * | startTime |
double | startTimeShift |
double | totalLength |
double | totalTime |
double | travelTime |
- (double) costForCostAttribute: | (NSString *) | attributeName |
|
readnonatomicassign |
Side of curb at which the route arrives at the destination
|
readnonatomicassign |
Side of curb at which the route departs the origin
|
readnonatomiccopy |
Turn-by-turn driving directions along this route. Only available if AGSClosestFacilityParameters::returnDirections
is enabled.
|
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.
|
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.
|
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.