Hi Robert, Totally understand the problem you are having. You can either file a request with the Maps team to see if a worker file can be put under their or you may need to consider other crossdomain mechanisms to retrieve those data.
Maps group: http://groups.google.com/group/Google-Maps-API Austin On Thu, Jan 29, 2009 at 3:38 PM, Robert <[email protected]> wrote: > > 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 <http://maps.google.com/%0Amaps/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 >
