-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
33 lines (20 loc) · 841 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
GeoLookup
Objective-C/Cocoa interface to the http://geonames.org reverse geocaching
web-service. It supports all geonames API commands requiring latitude and
longitude input. As such, GeoLookup is ideal for applications using
CoreLocation on iPhone, or equivalent desktop framework.
Test Cocoa application provided for implementation example.
The core classes currently do not compile into a Framework. No external
libraries or frameworks are required for GeoLookup, include the source files
in your own project to make use of the interface.
Requires OS X 10.5+ / Objective-C 2.0
Code hosted at GitHub
* http://github.com/mralex/geolookup
LICENSING
=========
Licensed under the MIT License, see LICENSE file for more details.
TODO
====
* Framework target
* Example iPhone application
* Integration with other web services