AGSClosestFacilityResult Class Reference


Description

The result of the AGSClosestFacilityTask. This object should not be created manually. An array of AGSClosestFacilityResult objects will be returned within an AGSClosestFacilityTaskResult.

Since:
1.8

List of all members.

Properties

AGSDirectionSetdirections
AGSGraphicrouteGraphic
NSString * routeName

Property Documentation

- (AGSDirectionSet*) directions [read, retain]

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

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

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

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

The name of the route.

Since:
1.8