GeoTwitter Alpha 1 Release
Andrew Powell
Download GeoTwitter(AIR Application - 417KB)
I had been messing around with building a geocoding Twitter app for a while, but had neglected the code for a while. The release of Twittearth made me get off my butt and get something done with this project.
I finally put together something I could call an alpha release that I can put out there to show where it's going. At its heart, GeoTwitter is a mashup of the Twitter, MapQuest, and Yahoo Maps APIs. Eventually, I would like to turn this into a full-blown Twitter client, but this is the first step.
You may ask "Why use both the MapQuest and Yahoo Maps APIs?" Well, the answer is simple: geocoding. I love the way the the MapQuest TileMap Component works. I'm not such a big fan of Yahoo's map component. On the other hand, I think Yahoo's geocoding far exceeds MapQuest's. Any geocoding service gives you back latitude/longitude in some format, you just have to get the values out of the response. Those values are used to plot a point on the map, any map. In this case, the MapQuest TileMap Component. So, there is a bit of method to the madness. You could just as easily use any other geocoding service to get your lat/lon pair. You could also flip the tables and use Yahoo's map and MapQuest's geocoding, if you wanted to, to achieve the same result.
Go download the app, play with it, break it, and let me know about any bugs or features you want to see.
UPDATE: You can view the source and tweak it yourself at GeoTwitter's Google Code Site
Download GeoTwitter(AIR Application - 417KB)
Posted in MapQuest | Flex | General | Universal Mind |
0 comments