TIdVCardGeog
Encapsulates geographical information about a VCard owner.
TIdVCardGeog = class(TPersistent)
Unit
Description
The TIdVCardGeog object encapsulates a VCard owner's geographical information such as
Latitude,
Longitude, and time-zone.
Geographical latitude for the VCard owner.
Description
Latitude is the geographical latitude for the VCard owner.
Geographical longitude the VCard owner.
property Longitude: Real;
Description
Longitude is the geographical longitude the VCard owner.
Time zone where the VCard owner is located.
property TimeZoneStr: String;
Description
TimeZoneStr is the time zone where the VCard owner is located.