Location
Struct
Defines a point in the geographic coordinate system.
Definition
Constructors
TODO: Add documentation.
C#
public Location(double latitude, double longitude)
Fields
Properties
IsEmpty
bool
TODO: Add documentation.
C#
public bool IsEmpty { get; }
Latitude
double
The latitude of the location.
C#
public double Latitude { get; set; }
Longitude
double
The longitude of the location.
C#
public double Longitude { get; set; }
Methods
Equals(Location)
bool
TODO: Add documentation.
Equals(object)
bool
TODO: Add documentation.
C#
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
C#
public override int GetHashCode()
int
Overrides:
ToString()
string
TODO: Add documentation.
C#
public override string ToString()
string
Overrides: