On Oct 9, 7:17 am, A Free Programmer <[EMAIL PROTECTED]> wrote: > Hi everybody > > I'm using geocoder.getLatLng to let my client locate thier address on > the map. > > everything working ok, I use Point to get the latit and longit, but I > need more than that, I need the country name and city name that google > point to, so I can use it in my project.
See the documentation. getLatLng just returns the coordinates. getLocations returns a list of locations which potentially include the information that you are looking for (and potentially includes more than one result). Example: http://www.geocodezip.com/example_geo2.asp (the default start address returns 5 results) -- Larry > > hope you understand what I try to saying, and sorry for my bad english > language. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
