Operation: ReverseGeocode
The ReverseGeocode operation allows to retrieve all geographical information for a decimal coordinate.
Input
For the ReverseGeocode operation, the adapter expects an input XML document with a decimal coordinate and having the following pattern:
HTML/XML
<ReverseGeocode>
<LatLng>
<data><!--Decimal coordinate in format NN.NNNNNNNNNNNNNNN, EE.EEEEEEEEEEEEEEE--></data>
</LatLng>
</ReverseGeocode>
Output
For the ReverseGeocode operation, an XML or JSON document will be output that contains the geographical information for the requested geodecimal coordinate.