CCalGeoValue Class Reference

class CCalGeoValue : public CBase

Class representing the geographical location of a calendar entry. This corresponds to the GEO property as defined in vCalendar / iCalendar (RFC 2445). It contains a latitude and a longitude.

Inherits from

Constructor & Destructor Documentation

CCalGeoValue()

CCalGeoValue ( ) [private]

~CCalGeoValue()

IMPORT_C ~CCalGeoValue ( )

Member Functions Documentation

GetLatLong(TReal &, TReal &)

IMPORT_C TBool GetLatLong ( TReal & aLatitude,
TReal & aLongitude
) const

Parameters

TReal & aLatitude
TReal & aLongitude

NewL()

IMPORT_C CCalGeoValue * NewL ( ) [static]

SetLatLongL(const TReal &, const TReal &)

IMPORT_C void SetLatLongL ( const TReal & aLatitude,
const TReal & aLongitude
)

Parameters

const TReal & aLatitude
const TReal & aLongitude

Member Data Documentation

TReal iLatitude

TReal iLatitude [private]

TReal iLongitude

TReal iLongitude [private]