Skip to main content
Skip table of contents

Operation: Geocode

Bing Maps adapter


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

Input

For the operation Geocode 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 operation Geocode 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.