Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <t32wld.h>

Class TCityData

class TCityData;

Description

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.

Members

Defined in TCityData:


Member data


iCity

TCityName iCity;

Description

The city name.


iCountry

TCountryName iCountry;

Description

The country name.


iMapPos

TPoint iMapPos;

Description

The position of the city in pixels on a map on the screen.


iLatLong

TLatLong iLatLong;

Description

The city's latitude and longitude. This is used to calculate the distance between cities, and the sunrise and sunset time.


iAreaCode

TAreaCode iAreaCode;

Description

The local area code.


iUniversalTimeOffset

TInt iUniversalTimeOffset;

Description

The UTC offset in minutes.


iDaylightSavingZone

TDaylightSavingZone iDaylightSavingZone;

Description

The daylight savings zone.