Skip to main content
Skip table of contents

Operation: Geocode


The Geocode operation allows to retrieve all geographical information for an address.

Input

For the Geocode operation, the adapter expects an input XML document containing a complete address (for incomplete addresses the request may not be unambiguous) and having the following structure:

HTML/XML
<Geocode>
  <Address>
	 <Location><!--Location, e.g. Disneyland--></Location>
     <Street><!--Street and number--></Street> -->
	 <ZIP><!--ZIP code--></ZIP>
	 <City><!--City--></City>
	 <Country><!--Country--></Country>
  </Address>
</Geocode>

Output

For the Geocode operation, an XML or JSON document will be output that contains the geographical information for the requested address.

JavaScript errors detected

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

If this problem persists, please contact our support.