The result of the AGSRouteTask. This object should not be created manually. An array of AGSRouteResult objects will be returned within an AGSRouteTaskResult. 
Properties | |
| AGSDirectionSet * | directions | 
| AGSGraphic * | routeGraphic | 
| NSString * | routeName | 
| NSArray * | stopGraphics | 
- (AGSDirectionSet*) directions [read, retain] | 
        
Route directions are returned if AGSRouteTaskParameters returnDirections property is set to true. 
- (AGSGraphic*) routeGraphic [read, retain] | 
        
The route graphic that is returned if AGSRouteTaskParameters returnRouteGraphics property is true. 
- (NSString*) routeName [read, copy] | 
        
The name of the route.
- (NSArray*) stopGraphics [read, retain] | 
        
Array of AGSStopGraphic objects. Returned only if AGSRouteTaskParameters returnStopGraphics property is true.