On Apr 17, 2:53 pm, "roshan.b.das" <[email protected]> wrote: > Hi friends, > > Got doubt regarding finding the details of a particular point as in if > you hav a point A with [lat, lng] as [25,75]..my question is that is > there any function or any method to find the details of the point. > > We know we can put a marker at a particular point A by giving its > location say "Some Place Name" (which means it knows the location > [lat,lng] of A).Now is it possible vice versa that is putting the > location ie lat, lng and finding the details of A ie "Some Place Name" > > very clearly its shown below > > "Place Name"-->A[25.5,75.6]
== geocoding > > Now is the below shown possible > A[25.5,75.6] -->"Place Name" == reverse geocoding The Google GClientGeocoder class supports both: http://code.google.com/apis/maps/documentation/reference.html#GClientGeocoder There are also 3rd party geocoders and reverse geocoders available: http://groups.google.com/group/Google-Maps-API/web/resources-non-google-geocoders > > Thanks alot for the help and support > Roshan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
