Search Results for

    Show / Hide Table of Contents

    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 Source

    PhysicalAddressPOI()

    Initialize new POI

    Declaration
    public PhysicalAddressPOI()

    Properties

    | Improve this Doc View Source

    Guid

    Gets or sets the unique id of the poi

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Latitude

    Gets or sets the latitude value

    Declaration
    public double Latitude { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Longitude

    Gets or sets the longitude value

    Declaration
    public double Longitude { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    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>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx