Show / Hide Table of Contents

Class GeoCoordinateLocation

Represents a position in a map defined by its longitude and latitude coordinate values.

Inheritance
System.Object
GeoCoordinateLocation
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 GeoCoordinateLocation : ILocation

Properties

Coordinate

Gets or sets the location.

Declaration
public Coordinate Coordinate { get; set; }
Property Value
Coordinate

Back to top Built by Itinero, MIT licensed.