NSArray(GeoJSONObject)


Ease the pain of accessing SimpleGeo GeoJSON values.

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



Methods

-latitude

Retrieve the latitude of the point (y)

-longitude

Retrieve the longitude of the point (x)

-x

Retrieve the x coordinate of the point.

-y

Retrieve the y coordinate of the point. 


latitude


Retrieve the latitude of the point (y)

- (double) latitude; 
Return Value

The latitude value for the point.


longitude


Retrieve the longitude of the point (x)

- (double) longitude; 
Return Value

The longitude value for the point.


x


Retrieve the x coordinate of the point.

- (double) x; 
Return Value

The x value for the point.


y


Retrieve the y coordinate of the point. 

- (double) y; 
Return Value

The y value for the point.

© SimpleGeo Last Updated: 03/31/2010