CCalGeoValue Class Reference

#include <app/calentry.h>

class CCalGeoValue : public CBase

Inherits from

  • CCalGeoValue

    Detailed Description

    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.

    Constructor & Destructor Documentation

    ~CCalGeoValue ( )

    IMPORT_C~CCalGeoValue()

    Member Function Documentation

    GetLatLong ( TReal &, TReal & )

    IMPORT_C TBoolGetLatLong(TReal &aLatitude,
    TReal &aLongitude
    )const

    NewL ( )

    IMPORT_C CCalGeoValue *NewL()[static]

    SetLatLongL ( const TReal &, const TReal & )

    IMPORT_C voidSetLatLongL(const TReal &aLatitude,
    const TReal &aLongitude
    )