|
||
Interface status: | deprecated | Interface is deprecated and is available for backward compatibility reasons only |
class TWorldId;
World ID.
This class stores the world ID for a city/country. This consists of the city and country names. Unique IDs of this type are used to identify every city in the world database.
It also defines a field for setting whether city searches span the whole database, or just the current country.
Defined in TWorldId
:
City()
Gets the city name in the current TWorldIdCountry()
Gets the country name in the current TWorldIdSelect()
Gets the current city search modeSetSelect()
Sets the city search modeTWorldId()
Constructs a city ID object, and initialises it with the search locale EWithinWorldInterface status: | deprecated | Inherited from: TWorldId |
IMPORT_C TWorldId();
Constructs a city ID object, and initialises it with the search locale EWithinWorld.
Interface status: | deprecated | Inherited from: TWorldId |
inline const TCityName &City() const;
Gets the city name in the current TWorldId.
|
Interface status: | deprecated | Inherited from: TWorldId |
inline const TCountryName &Country() const;
Gets the country name in the current TWorldId.
|
Interface status: | deprecated | Inherited from: TWorldId |
inline TWldSelect Select() const;
Gets the current city search mode. Clients can search for cities by country, or over the whole world database.
|
Interface status: | deprecated | Inherited from: TWorldId |
inline void SetSelect(TWldSelect aSelector);
Sets the city search mode. Clients can search for cities by country, or over the whole world database.
|