EPOC   SDK Home Glossary Indexes Previous Next Up

TCityData class


Contents


TCityData class — City information

Section Contents


Overview

Defined in

t32wld.h

Description

This class stores city specific information, including its name, country, area code, daylight savings zone, latitude and longitude, map position and UTC offset.


Data members

TAreaCode iAreaCode

The local area code.

TCityName iCity

The city name.

TCountryName iCountry

The country name.

TDaylightSavingZone iDaylightSavingZone

The daylight savings zone.

TLatLong iLatLong

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

TPoint iMapPos

This position of the city in pixels — on the Time app map.

TInt iUniversalTimeOffset

The UTC offset.

EPOC       SDK Home Glossary Indexes Previous Next Up