Class PhysicalAddressPOI
Represents a physical address poi
Inheritance
System.Object
PhysicalAddressPOI
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class PhysicalAddressPOI
Constructors
| Improve this Doc View SourcePhysicalAddressPOI()
Initialize new POI
Declaration
public PhysicalAddressPOI()
Properties
| Improve this Doc View SourceGuid
Gets or sets the unique id of the poi
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Latitude
Gets or sets the latitude value
Declaration
public double Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
Gets or sets the longitude value
Declaration
public double Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PhysicalAddressId
Gets or sets the physical address id, which connectes the poi with the physical address
Declaration
public long? PhysicalAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |