NSMutableArray(GeoJSONObject)


Ease the pain of storing SimpleGeo GeoJSON values.

Extends Class: NSMutableArray
Declared In: GeoJSON+NSArray.h



Methods

-setLatitude:

Stores the new latitude value at index 1.

-setLongitude:

Stores the new longitude value at index 0.

-setX:

Stores the new x value at index 0.

-setY:

Stores the new y value at index 1.


setLatitude:


Stores the new latitude value at index 1.

- (void) setLatitude:(double)latitude; 
Parameters
x

The new latitude value.


setLongitude:


Stores the new longitude value at index 0.

- (void) setLongitude:(double)longitude; 
Parameters
x

The new longitude value.


setX:


Stores the new x value at index 0.

- (void) setX:(double)x; 
Parameters
x

The new x value.


setY:


Stores the new y value at index 1.

- (void) setY:(double)y; 
Parameters
x

The new y value.

© SimpleGeo Last Updated: 03/31/2010