On Nov 10, 8:52 am, sunny the webster <[email protected]> wrote: > I am using like this : > > var rg = new GReverseGeocoder(map); > GEvent.addListener(rg, "load", goodResult); > GEvent.addListener(rg, "error", badResult); > > function goodResult(Placemark) > { > // getting the address. > > } > > I am doing like this. Is there any other way?
GReverseGeocoder is not listed in the documentation, so your code snippet is useless. Please follow the posting guidelines and post a link so we can see it in action. Note that the API's reverse geocoder is GClientGeocoder. Andrew -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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=.
