View
 

iPhone SDK

Download | Installation | Documentation

 

The Geo API for iPhone library lets you create iPhone applications that use local information. For example, you can request a list of restaurant names and addresses within 500 meters of a given latitude and longitude. You can also read and write custom data to places to build your own location aware application.

 

Download          [Top]

 

Download the iPhone SDK for XCode at:

http://geo-api.googlecode.com/svn/trunk/releases/geoapi-iphone-sdk-1.0.1.zip

 

You can also get the latest version using svn:

svn checkout http://geo-api.googlecode.com/svn/trunk/iphone-sdk geo-api-read-only

 

Installation          [Top]

 

To use the GeoAPI library in your project, simply download the iPhone SDK package and add the Classes/GeoAPI folder to your XCode project. If your project doesn't already have the JSON library, you must also add the Classes/JSON folder. For an example of how to use the library, see the SDK package's GeoAPIDemo project.

 

Documentation          [Top]

 

Class documentation is in the SDK package's docs/ folder. For full GeoAPI specifications and documentation, see this wiki's API reference pages.