| 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.
| Public Member Functions | |
|---|---|
| ~CCalGeoValue() | |
| IMPORT_C TBool | GetLatLong(TReal &, TReal &) |
| IMPORT_C CCalGeoValue * | NewL() |
| IMPORT_C void | SetLatLongL(const TReal &, const TReal &) |
| Private Member Functions | |
|---|---|
| CCalGeoValue() | |
| Private Attributes | |
|---|---|
| TReal | iLatitude |
| TReal | iLongitude |
| IMPORT_C void | SetLatLongL | ( | const TReal & | aLatitude, |
| const TReal & | aLongitude | |||
| ) | ||||