Represents an latitude- and longitude-coordinate.
public struct CartesianCoordinate : IEquatable<CartesianCoordinate>
IsDefaultSummary: Gets a value indicating whether this instance is default.
Latitude
Longitude
void Deconstruct(out double Latitude, out double Longitude)
bool Equals(CartesianCoordinate other)Summary: Equals the specified other.
Parameters:
other
- The other.
bool Equals(object obj)Summary: Equals the specified other.
Parameters:
other
- The other.
int GetHashCode()
string ToString()
string ToStringShort()Summary: To the string short.
Returns: Return a short format of x and y.
Generated by MarkdownCodeDoc version 1.2