Skip to main content
Skip table of contents

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:

HTML/XML
<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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.