|
||
class TCityData;
City information.
This class stores information about a city, including its name, country, area code, daylight savings zone, latitude and longitude, map position and UTC offset.
Defined in TCityData
:
iAreaCode
The local area codeiCity
The city nameiCountry
The country nameiDaylightSavingZone
The daylight savings zoneiLatLong
The city's latitude and longitudeiMapPos
The position of the city in pixels on a map on the screeniUniversalTimeOffset
The UTC offset in minutesTLatLong iLatLong;
The city's latitude and longitude. This is used to calculate the distance between cities, and the sunrise and sunset time.
TDaylightSavingZone iDaylightSavingZone;
The daylight savings zone.