The result of the AGSClosestFacilityTask
. This object should not be created manually. An array of AGSClosestFacilityResult
objects will be returned within an AGSClosestFacilityTaskResult
.
Properties | |
AGSDirectionSet * | directions |
AGSGraphic * | routeGraphic |
NSString * | routeName |
- (AGSDirectionSet*) directions [read, retain] |
Route directions are returned if AGSClosestFacilityTaskParameters
returnDirections
property is set to true
.
- (AGSGraphic*) routeGraphic [read, retain] |
The route graphic that is returned if AGSClosestFacilityTaskParameters
returnRouteGraphics
property is true
.
- (NSString*) routeName [read, copy] |
The name of the route.