AGSNADirectionsString Class Reference
Description
Instances of this class represent individual direction maneuvers.
- Defined in:
- AGSNADirectionsString.h ( ArcGIS library)
- Availability:
- This feature is only available with services from ArcGIS Server 10.1 or above
- Since:
- 2.3
List of all members.
Member Function Documentation
- (void) decodeWithJSON: |
|
(NSDictionary *) |
json |
|
[optional, inherited] |
Decode object from JSON representation.
- Parameters:
-
| json | The JSON representation of the object to be decoded. |
- Since:
- 1.0
- (NSDictionary *) encodeToJSON |
|
|
|
[optional, inherited] |
Encode and return JSON representation for object.
- Returns:
- JSON representation of object.
- Since:
- 1.0
- (id) initWithJSON: |
|
(NSDictionary *) |
json |
|
[optional, inherited] |
Initialize and return object from JSON representation.
- Parameters:
-
| json | The JSON representation of the object to be created. |
- Returns:
- Object decoded from JSON representation.
- Since:
- 1.0
Reimplemented in AGSWebMapFeatureCollection.
Property Documentation
The type of maneuver
- Since:
- 2.3
- Availability:
- This feature is only available with services from ArcGIS Server 10.1 or above
- (NSString*) value [read, copy] |
The maneuver in text representation
- Availability:
- This feature is only available with services from ArcGIS Server 10.1 or above
- Since:
- 2.3