C# Workmates API
 All Classes Namespaces Functions Variables Enumerations Enumerator
WorkmateAddress Class Reference

The class, which defines the workmate's position on map, descriptive address and the actual status. More...

Public Member Functions

 WorkmateAddress ()
 The constructor for creating the address object, which is undefined. More...
 
 WorkmateAddress (string strDestination, int lPosX, int lPosY)
 The constructor for creating the address object, used for defining the workmate's position. More...
 

Public Attributes

string HouseNum
 reserved for future More...
 
string Street
 reserved for future use More...
 
string Postal
 reserved for future use More...
 
string City
 reserved for future use More...
 
string Country
 reserved for future use More...
 
string State
 reserved for future use More...
 
string Destination
 string defining the address for text visualization purposes More...
 
int AddrType
 reserved for future use More...
 
int LastUpdate
 the time when the address was last modified through the use of SetWorkmateAddress or any direct field setting More...
 
int PosX
 longitude coordinate as integer value defined in WGS84 multipled by 100.000 and truncated More...
 
int PosY
 latitude coordinate as integer value defined in WGS84 multipled by 100.000 and truncated More...
 

Detailed Description

The class, which defines the workmate's position on map, descriptive address and the actual status.