43
•
KGeocodeStreetAmbiguous − the given street name was ambiguous, tried to make smart selection
•
KGeocodeHouseNrIgnored − the house number was ignored, either because there was no house
number data available or because the given house number was not found
6.3.7. TLocationInfoV01 structure
The TLocationInfoV01 struct contains the following fields:
•
int iType − The type of the given location
•
TCHAR iStreetName[128] − The street name of the given location
•
int iHouseNr1 − The first housenumber closest to the given location
•
int iHouseNr2 − The second housenumber closest to the given location
The type field can be one of the following:
•
KLocationTypeNode − the location is a node, i.e. a crossing
•
KLocationTypeRoad − the location is a street
6.3.8. EPoiTypeCode enumeration
The Point of Interest types that are supported are:
•
KPoiTypeGovernmentOffice
•
KPoiTypeMountainPeak
•
KPoiTypeOpenParking
•
KPoiTypeParkingGarage
•
KPoiTypePetrolStation
•
KPoiTypeRailwayStation
•
KPoiTypeRestArea
•
KPoiTypeAirport
•
KPoiTypeCarDealer
•
KPoiTypeCasino
•
KPoiTypeChurch
•
KPoiTypeCinema
•
KPoiTypeCityCenter
•
KPoiTypeCompany
•
KPoiTypeConcertHall
•
KPoiTypeCourthouse
•
KPoiTypeCulturalCenter
•
KPoiTypeExhibitionCenter
•
KPoiTypeFerryTerminal
•
KPoiTypeFrontierCrossing
•
KPoiTypeGolfCourse
•
KPoiTypeHospitalPolyclinic
•
KPoiTypeHotelMotel
•
KPoiTypeTouristAttraction
•
KPoiTypeMountainPass
•
KPoiTypeMuseum
•
KPoiTypeOpera
•
KPoiTypePlaceofWorship
•
KPoiTypePostOffice
•
KPoiTypeRentCarFacility
•
KPoiTypeRentCarParking
•
KPoiTypeRestaurant
6. Communicating with TomTom Navigator from C++