AGSRouteResult Class Reference


Description

The result of the AGSRouteTask. This object should not be created manually. An array of AGSRouteResult objects will be returned within an AGSRouteTaskResult.

Since:
1.8

List of all members.

Properties

AGSDirectionSetdirections
AGSGraphicrouteGraphic
NSString * routeName
NSArray * stopGraphics

Property Documentation

- (AGSDirectionSet*) directions [read, retain]

Route directions are returned if AGSRouteTaskParameters returnDirections property is set to true.

Since:
1.8
- (AGSGraphic*) routeGraphic [read, retain]

The route graphic that is returned if AGSRouteTaskParameters returnRouteGraphics property is true.

Since:
1.8
- (NSString*) routeName [read, copy]

The name of the route.

Since:
1.8
- (NSArray*) stopGraphics [read, retain]

Array of AGSStopGraphic objects. Returned only if AGSRouteTaskParameters returnStopGraphics property is true.

Since:
1.8