> but i am little bit confused in handling this task can i have the sample URL > for reverse geo codings
The sample geocoding URL from the documentation you were pointed at http: //maps.google.com/maps/api/geocode/json?address=1600+Amphitheatre +Parkway,+Mountain+View,+CA&client=gme- yourclientid&sensor=true_or_false&signature=YOUR_URL_SIGNATURE Using this together with the reverse geocoding documentation at http://code.google.com/apis/maps/documentation/geocoding/#ReverseGeocoding we can come up with http: //maps.google.com/maps/api/geocode/json? latlng=40.714224,-73.961452&client=gme- yourclientid&sensor=true_or_false&signature=YOUR_URL_SIGNATURE -- 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.
