> I am new to google maps api development. It is very unwise to develop new projects in V2 Maps API (the topic of this group) Here is a v3 group http://groups.google.com/group/google-maps-js-api-v3
> My requirement is to retrieve the location(place) by supplying a latitude > and longitude. This is called "reverse geocoding" > I dont want this to be displayed on map. It's a requirement of the terms of use to use the results in conjunction with a map. So you won't be able to use Google's geocoder for what you want. https://developers.google.com/maps/terms term 10.1.1.(g) > But for some latitude, longitude pair , it has only three pair of <result> > tag. Yes. Many points in the world don't have a very detailed address, the middle of the ocean for example. For many other places in the world, Google's data may not be fully detailed. Coverage is not the same globally. https://developers.google.com/maps/faq#geocoder_countries Other non-Google services may be better or worse for any particular area of interest. -- 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.
