NSArray(GeoJSONObject) |
Ease the pain of accessing SimpleGeo GeoJSON values.
Extends Class: NSArray
Declared In: GeoJSON+NSArray.h
Retrieve the latitude of the point (y)
Retrieve the longitude of the point (x)
Retrieve the x coordinate of the point.
Retrieve the y coordinate of the point. 
latitude |
Retrieve the latitude of the point (y)
- (double) latitude;
The latitude value for the point.
longitude |
Retrieve the longitude of the point (x)
- (double) longitude;
The longitude value for the point.
x |
Retrieve the x coordinate of the point.
- (double) x;
The x value for the point.
y |
Retrieve the y coordinate of the point. 
- (double) y;
The y value for the point.
© SimpleGeo Last Updated: 03/31/2010