Skip to main content
Skip table of contents

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.

JavaScript errors detected

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

If this problem persists, please contact our support.