public readonly struct GeoLocation : IEquatable<GeoLocation>| GeoLocation | Public constructor |
| Equals(GeoLocation) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |
| Equality(GeoLocation, GeoLocation) | Checks for equality |
| Inequality(GeoLocation, GeoLocation) | Checks for inequality |
| Altitude | Altitude value in meters. |
| Empty | Represents an empty GeoLocation object. |
| Latitude | Latitude value in degrees. |
| Longitude | Longitude value in degrees |
| IsGeoLocationValid |
Checks whether the GeoLocation properties has been properly filled in.
(Defined by ModelValidatorsExtensions) |
| ToDecimalDegreesString |
Converts a GeoLocation to a degrees/minutes/seconds string. Altitude is ignored.
(Defined by ModelGenericExtensions) |
| ToDmsNotationString |
Converts a GeoLocation to a degrees/minutes/seconds string. Altitude is ignored.
(Defined by ModelGenericExtensions) |
| ToLatLngLiteral |
Converts a GeoLocation to a LatLngLiteral
for use in Google Maps
(Defined by MapsExtensions) |