GeoResult

Overview

If the location information is not unique, a list of possible locations is returned. The search is automatically performed with the first address in the list.

XML

Code example: GeoResult

<?xml version="1.0" encoding="UTF-8"?>
<GeoResult>
   <GeoItem>
      <Country>D</Country>
      <Zip>76131</Zip>
      <City>Karlsruhe</City>
      <CityAddOn />
      <CityPart />
      <Street />
      <LocX>8.41876</LocX>
      <LocY>49.00923</LocY>
      <CoordFormat>GEODECIMAL_POINT</CoordFormat>
   </GeoItem>
</GeoResult>