Location:
t32wld.h
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
, iCity
, iCountry
, iDaylightSavingZone
, iLatLong
, iMapPos
, iUniversalTimeOffset
TLatLong 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.