Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class Coordinate

    Represents a geographical coordinate.

    Inheritance
    object
    Coordinate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Domain.Adresses
    Assembly: Innovt.Domain.dll
    Syntax
    public class Coordinate

    Constructors

    | Edit this page View Source

    Coordinate()

    Initializes a new instance of the Coordinate class.

    Declaration
    public Coordinate()
    | Edit this page View Source

    Coordinate(long, long)

    Initializes a new instance of the Coordinate class with latitude and longitude.

    Declaration
    public Coordinate(long latitude, long longitude)
    Parameters
    Type Name Description
    long latitude

    The latitude value.

    long longitude

    The longitude value.

    Properties

    | Edit this page View Source

    AddressId

    Gets or sets the address ID associated with the coordinate.

    Declaration
    public int AddressId { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Latitude

    Gets or sets the latitude value of the coordinate.

    Declaration
    public long Latitude { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Longitude

    Gets or sets the longitude value of the coordinate.

    Declaration
    public long Longitude { get; set; }
    Property Value
    Type Description
    long

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX