Skip to main content
Skip table of contents

Operation: Geocode

Mit der Operation Geocode lassen sich zu einer Adresse sämtliche Geoinformationen (Anschrift, Bezirk/Land, Nation, Koordinaten etc.) 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>
      <Street><!--Straße und Hausnummer--></Street>
      <ZIP><!--Postleitzahl--></ZIP>
      <City><!--Ort--></City>
      <Country><!--Land--></Country>
   </Address>
</Geocode>

Output

Für Operation Geocode wird ein XML- oder JSON-Dokument ausgegeben, das die Geoinformationen (Anschrift, Bezirk/Land, Nation, Koordinaten etc.) zur angegebenen Adresse gemäß http://code.google.com/intl/en/apis/maps/documentation/geocoding/#XML beschreibt.

JavaScript errors detected

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

If this problem persists, please contact our support.