Tip
This information can be connected directly with an AddressProperty
object via its GeoPosition property in vCard 4.0.
public IEnumerable<GeoProperty?>? GeoCoordinates { get; set; }Public Property GeoCoordinates As IEnumerable(Of GeoProperty)
Get
Setpublic:
property IEnumerable<GeoProperty^>^ GeoCoordinates {
IEnumerable<GeoProperty^>^ get ();
void set (IEnumerable<GeoProperty^>^ value);
}member GeoCoordinates : IEnumerable<GeoProperty> with get, set