Operation: ReverseGeocode
With the operation ReverseGeocode all geographical information for a decimal coordinate (street, country/state, nation, coordinates etc.) can be retrieved.
Input
For the operation ReverseGeocode the adapter expects an input XML structure with the following pattern that contains a decimal coordinate:
<ReverseGeocode>
<LatLng>
<data><!--Decimal coordinate in format NN.NNNNNNN, EE.EEEEEEE--></data>
</LatLng>
</ReverseGeocode>
Output
For the operation ReverseGeocode an XML or JSON document will be output that contains the geographical information (street, country/state, nation, coordinates etc.) for the requested geodecimal coordinate according to http://code.google.com/intl/en/apis/maps/documentation/geocoding/#XML.