Show / Hide Table of Contents

Class Coordinate

Represents a geographical coordinate.

Inheritance
System.Object
Coordinate
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: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Coordinate

Properties

Latitude

Gets or sets the latitude.

Declaration
public double Latitude { get; set; }
Property Value
System.Double

Longitude

Gets or sets the longitude.

Declaration
public double Longitude { get; set; }
Property Value
System.Double

Back to top Built by Itinero, MIT licensed.