Class ReferencedGeoCoordinate
Represents a referenced geo coordinate location with a graph as a reference.
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 ReferencedGeoCoordinate : ReferencedLocation
Remarks
The reference graph play no part here, a geo coordinate is just a geo 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
|
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override object Clone()
Returns
System.Object
|