Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsGPXObject.EMail Class Reference

An email address. Broken into two parts (id and domain) to help prevent email harvesting. More...

Public Member Functions

 EMail (string id, string domain)
 Constructor.
 
 EMail (OnlineMapsXML node)
 Creates instance and loads the data from the node.
 

Public Attributes

string id
 ID half of email address.
 
string domain
 Domain half of email address.
 

Detailed Description

An email address. Broken into two parts (id and domain) to help prevent email harvesting.

Constructor & Destructor Documentation

◆ EMail() [1/2]

OnlineMapsGPXObject.EMail.EMail ( string id,
string domain )

Constructor.

Parameters
idID half of email address
domainDomain half of email address

◆ EMail() [2/2]

OnlineMapsGPXObject.EMail.EMail ( OnlineMapsXML node)

Creates instance and loads the data from the node.

Parameters
nodeEMail node