Example source for coarse geolocation (aka zipcode query) on the litl webbook
Over on the litl devblog, there’s an example of how to attain a user’s location based on their configuration details.
Although the litl webbook does not have a built in GPS, it does provide support for a simple API that can query a user’s zipcode from their user profile. This gives a rough (or what I call “coarse”) location on their webbook location.
More often than not, this location is where the webbook “lives” (aka a residence). It can be queried and used in application channel development. This article shows exactly how.
Although Flash 10.1 does have a Geolocation API … I do believe it’s mostly meant for SmartPhones and other devices which have a GPS unit which can return lat, long, altitude, heading and other notable properties. This does raise the question or whether or not the Geolocation could include a simple zipcode or proximity parameter for developers to use in their apps. My guess is that this is best left in external APIs from 10.1 since it may require external net connections for lookup, etc.

