Indy 9
TIdVCardGeog
Hierarchy, Properties, See Also, Unit: IdVCard
Encapsulates geographical information about a VCard owner.
TIdVCardGeog = class(TPersistent)
Unit
IdVCard
Description
The TIdVCardGeog object encapsulates a VCard owner's geographical information such as Latitude, Longitude, and time-zone.

TIdVCardGeog.Latitude
TIdVCardGeog
Geographical latitude for the VCard owner.
property Latitude: Real;
Description
Latitude is the geographical latitude for the VCard owner.

TIdVCardGeog.Longitude
TIdVCardGeog
Geographical longitude the VCard owner.
property Longitude: Real;
Description
Longitude is the geographical longitude the VCard owner.

TIdVCardGeog.TimeZoneStr
TIdVCardGeog
Time zone where the VCard owner is located.
property TimeZoneStr: String;
Description
TimeZoneStr is the time zone where the VCard owner is located.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.