On 1 March 2011 08:10, reaz <[email protected]> wrote: > Hi, > I am trying to write a simple code to reverse geocode a bunch of lat- > long coordinates. But I think the callback function for getLocations > is not being called. Following is the code. And the webpage is: > http://www.cs.ucr.edu/~uddinm/rgc.html
I get a key error on that page. Your key doesn't match the url. (And there's not much point in specifying v=2.133d for this simple page: use v=2 if there's a good reason not to use Version 3 -- Version 3 code is very different though). Without a valid key, the geocoder won't work; in fact Firebug shows that your page sends no geocoder requests at all. When the key is corrected, you will probably find that geocoding in a tight loop is not a good thing to do. http://econym.org.uk/gmap/geomulti.htm -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
