NSMutableArray(GeoJSONObject) |
Ease the pain of storing SimpleGeo GeoJSON values.
Extends Class: NSMutableArray
Declared In: GeoJSON+NSArray.h
Stores the new latitude value at index 1.
Stores the new longitude value at index 0.
Stores the new x value at index 0.
Stores the new y value at index 1.
setLatitude: |
Stores the new latitude value at index 1.
- (void) setLatitude:(double)latitude;
x
The new latitude value.
setLongitude: |
Stores the new longitude value at index 0.
- (void) setLongitude:(double)longitude;
x
The new longitude value.
setX: |
Stores the new x value at index 0.
- (void) setX:(double)x;
x
The new x value.
setY: |
Stores the new y value at index 1.
- (void) setY:(double)y;
x
The new y value.
© SimpleGeo Last Updated: 03/31/2010