On Mar 31, 9:14 am, Alexei <[email protected]> wrote: > Hello everybody. > I´m new in this group. This is my first post. > > I am new to google maps development. > > I would like to know if is there any method of any class in the Google > Maps API that gives me the location (a String - like an address) when > I pass a GLatLng.
Reverse Geocoder http://code.google.com/apis/maps/documentation/reference.html#GClientGeocoder.getLocations (the second version takes a GLatLng as an argument) -- Larry > > I mean, not the exact place, but something like when we click in a > blue point in the Google Earph, and a picture is opened and at the > bottom is written "near to somewhere". > > Is possible to do that? > To know this "somewhere" if I have a GLatLng? > > To make the guest of my web page Knows an information about the marker > he clicked in? > > Thanks a lot. --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
