Skip to main content
Skip table of contents

Operation: Geocode

Mit der Operation Geocode lassen sich sämtliche Geoinformationen zu einer Adresse ermitteln.

Input

Für Operation Geocode erwartet der Adapter eine XML-Input-Struktur nach folgendem Muster, die eine vollständige Anschrift enthält (bei unvollständigen Anschriften ist die Anfrage ggf. nicht eindeutig):

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

Für Operation Geocode wird ein XML- oder JSON-Dokument ausgegeben, das die Geoinformationen  zur angegebenen Adresse beschreibt.

JavaScript errors detected

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

If this problem persists, please contact our support.