Aspose::Email::PersonalInfo::VCard::VCardGeo Class Referencefinal

Represents a global positioning of vCard contact More...

Inherits Object.

Public Member Functions

float get_Latitude () const
 Gets a latitude More...
 
void set_Latitude (float value)
 Sets a latitude More...
 
float get_Longitude () const
 Gets a longitude More...
 
void set_Longitude (float value)
 Sets a longitude More...
 
 VCardGeo ()
 Initializes a new instance of the VCardGeo class More...
 
 VCardGeo (System::SharedPtr< VCardHeader > geoProperty)
 Initializes a new instance of the VCardGeo class More...
 
System::SharedPtr< VCardHeader > ToVCardHeader ()
 Converts this instance into the corresponding VCardHeader More...
 

Friends

class Aspose::Email::PersonalInfo::VCard::VCardContact
 

Detailed Description

Represents a global positioning of vCard contact

Constructor & Destructor Documentation

◆ VCardGeo() [1/2]

Aspose::Email::PersonalInfo::VCard::VCardGeo::VCardGeo ( )

Initializes a new instance of the VCardGeo class

◆ VCardGeo() [2/2]

Aspose::Email::PersonalInfo::VCard::VCardGeo::VCardGeo ( System::SharedPtr< VCardHeader >  geoProperty)

Initializes a new instance of the VCardGeo class

Parameters
geoPropertyA GEO vCard property
Exceptions
ArgumentNullExceptiongeoProperty is null

Member Function Documentation

◆ get_Latitude()

float Aspose::Email::PersonalInfo::VCard::VCardGeo::get_Latitude ( ) const

Gets a latitude

◆ get_Longitude()

float Aspose::Email::PersonalInfo::VCard::VCardGeo::get_Longitude ( ) const

Gets a longitude

◆ set_Latitude()

void Aspose::Email::PersonalInfo::VCard::VCardGeo::set_Latitude ( float  value)

Sets a latitude

◆ set_Longitude()

void Aspose::Email::PersonalInfo::VCard::VCardGeo::set_Longitude ( float  value)

Sets a longitude

◆ ToVCardHeader()

System::SharedPtr<VCardHeader> Aspose::Email::PersonalInfo::VCard::VCardGeo::ToVCardHeader ( )

Converts this instance into the corresponding VCardHeader

Returns
A VCardHeader

Friends And Related Function Documentation

◆ Aspose::Email::PersonalInfo::VCard::VCardContact