The TownMe API, at GeoAPI.com, has now been fully incorporated into Twitter's services. Before the acquisition, it included both read and write geo-related services. The read side had a reverse geocoder which helped translate coordinates (AKA lat/longs) into human readable elements or associations. For instance, give the API "37.78093,-122.409415" and it returned information about the census tract, neighborhood, city, MSA, and state that contains these coordinates.
The POI Finder took a lat long and gave a set of points of interests including businesses close to that point. This meant anyone could build services that allowed users to broadcast location or otherwise interact with their "real location".
The write components of the API included:
The ability to write data about locations. Each API key came with its own overlay of the world and the ability to write data to this overlay. So, if you were writing an augmented reality game and wanted to hide a ghost at a bar in San Francisco, you could write the ghost to the bar using the API and all your users would find it there. This information was be stored on TownMe servers, which means all these interactions could be written in JavaScript without requiring server code.

Click the "Track this API" button on any profile page and never miss an API update, new app, or breaking news for that API again.
There are no source code libraries or how-to links for TownMe Geo. If you know one why not add it?





©ProgrammableWeb.com 2013. All rights reserved.
Terms of Service | Privacy Policy
Comments
No comments on this API yet...Used it? How was it for you?
You must be logged in to comment. Not a PW member yet? Why not register.