Class vcardTypeGeo
Specifies information related to the global positioning of the object the vCard represents. This class is for the geo element of the vcard. See Section 6.5.2 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class vcardTypeGeo
Constructors
| Edit this page View SourcevcardTypeGeo()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public vcardTypeGeo()
vcardTypeGeo(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public vcardTypeGeo(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourceparameters
GEO parameters
Declaration
public vcardTypeGeoParameters parameters
Field Value
Type | Description |
---|---|
vcardTypeGeoParameters |
uri
Single URI containing a geo type of URI. For example: geo:37.386013,-122.082932
Declaration
public string uri
Field Value
Type | Description |
---|---|
string |