I have a vehicle tracking application and we do a lot of reverse geocoding.
I'm trying to put together a worker so that I can look for cached reverse geocodes in a gears database or look it up and store it if not cached. I'm not able to make a gears httprequest to 'http://maps.google.com/ maps/geo' from my worker because of cross-origin issues. Does Google have a worker implementation on 'maps.google.com' that I create a worker from to reverse geocode? Am I stuck with the "add a script tag that calls a callback function" pattern that the javascript api uses? Thanks
