AddressSearchResult

Overview

Areas

Element Description
GeoResult 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.
Paging Information about the current page and paging.
AddressResult The list of addresses found according to the search criteria. If the search is done via an identifier (ID), you will receive detailed information, otherwise only basic data.
SearchData This section contains parameters that were used for the search.
AddressItemsCopyright In this section you will find copyright information about the returned addresses.

XML

Code example: AddressSearchResult

<?xml version="1.0" encoding="UTF-8"?>
<AddressSearchResult xmlns="http://www.YellowMap.org/Xml/V2" 
   xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsRequestAuthenticated>false</IsRequestAuthenticated> <IsAccessApproved>false</IsAccessApproved> <PublicReport /> <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> <Paging> <Page>1</Page> <MaxPage>1</MaxPage> <Count>20</Count> </Paging> <AddressResult> <AddressItem> <BasicData> <Identifiers> <YMID>KidoheD1HdupPe2HnX85nQ==</YMID> <ProviderID>300</ProviderID> <ProviderForeignKey>55507559</ProviderForeignKey> <ProviderEnum>DEFAULT</ProviderEnum> </Identifiers> <BranchList> <Elements> <BranchCode>GACG</BranchCode> <BranchText>BC1</BranchText> <SortNr>0</SortNr> <Kategorie>-100</Kategorie> <NoOfBranchCodeChilds>0</NoOfBranchCodeChilds> </Elements> <Elements> <BranchCode>GAUT</BranchCode> <BranchText>BC2</BranchText> <SortNr>0</SortNr> <Kategorie>-100</Kategorie> <NoOfBranchCodeChilds>0</NoOfBranchCodeChilds> </Elements> </BranchList> <Images /> <MemoFields> <MemoItem> <Title>2</Title> <Text>2|00:00|24:00|00:00|24:00|00:00|24:00|00:00|
24:00|00:00|24:00|00:00|24:00|00:00|24:00</Text> <OpeningHoursMondayFrom>00:00</OpeningHoursMondayFrom> <OpeningHoursMondayUntil>24:00</OpeningHoursMondayUntil> <OpeningHoursTuesdayFrom>00:00</OpeningHoursTuesdayFrom> <OpeningHoursTuesdayUntil>24:00</OpeningHoursTuesdayUntil> <OpeningHoursWednesdayFrom>00:00</OpeningHoursWednesdayFrom> <OpeningHoursWednesdayUntil>24:00</OpeningHoursWednesdayUntil> <OpeningHoursThursdayFrom>00:00</OpeningHoursThursdayFrom> <OpeningHoursThursdayUntil>24:00</OpeningHoursThursdayUntil> <OpeningHoursFridayFrom>00:00</OpeningHoursFridayFrom> <OpeningHoursFridayUntil>24:00</OpeningHoursFridayUntil> <OpeningHoursSaturdayFrom>00:00</OpeningHoursSaturdayFrom> <OpeningHoursSaturdayUntil>24:00</OpeningHoursSaturdayUntil> <OpeningHoursSundayFrom>00:00</OpeningHoursSundayFrom> <OpeningHoursSundayUntil>24:00</OpeningHoursSundayUntil> <Type>OPENING_HOURS</Type> <OpeningHoursMask>MASK_2</OpeningHoursMask> <BlockNo>1</BlockNo> </MemoItem> </MemoFields> <ObjectLists /> <Marketing> <DisplayType>0</DisplayType> <TypeEnumValue>BASIC</TypeEnumValue> <TypeValueVisible /> <IsCharged>false</IsCharged> </Marketing> <Address> <CompanyName>Postbank</CompanyName> <CompanyNameAddon1 /> <Country>D</Country> <Zip>76131</Zip> <City>Karlsruhe</City> <CityPart /> <Street>Kaiserstr. 14</Street> </Address> <Contact> <Phone /> <Mobile /> <Fax /> </Contact> <AdditionalInfo> <BusinessNews /> <CompanyInfo /> <Rating>0</Rating> <RatingCount>0</RatingCount> <RatingCategories /> </AdditionalInfo> <BusinessData> <BusinessID /> <BusinessIDDecoded /> <IsCompany>false</IsCompany> <DateLastChange>2018-07-31 00:00:00.000</DateLastChange> <DateLastCheck>0001-01-01 00:00:00.000</DateLastCheck> </BusinessData> <Geo> <XCoord>8.41098</XCoord> <YCoord>49.0094</YCoord> <Distance>568</Distance> </Geo> <Copyright> <Text>Wird präsentiert von:</Text> </Copyright> </BasicData> <ImmoData /> <History> <IsHistorical>false</IsHistorical> <ChangeDate>2018-07-31 00:00:00.000</ChangeDate> <ChangeType>NONE</ChangeType> <ReasonType>NONE</ReasonType> </History> </AddressItem> </AddressResult> <SearchData> <NewSearchOnRectChange>true</NewSearchOnRectChange> <Catchwords /> <Branches>CGGA</Branches> <Location> <XCoord>8.41876</XCoord> <YCoord>49.00923</YCoord> </Location> </SearchData> <AddressItemsCopyright> <Text>YellowMap AG</Text> </AddressItemsCopyright> </AddressSearchResult>