Interface IGeographicLocation
Indicates a message that contains a latitude and longitude value
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
public interface IGeographicLocation
Properties
| Name | Description |
|---|---|
| Latitude | Gets the latitude component of the location |
| Longitude | Gets the longitude component of the location |
Applies
| Target | Versions |
|---|---|
| .NET Standard 2.0 | main, v3.0, v2.2, v2.1 |
| .NET | main, v3.0 |
| .NET Windows | main, v3.0 |
| .NET Android | main, v3.0 |
| .NET iOS | main, v3.0 |
| .NET Framework | main, v3.0, v2.2, v2.1 |
| UWP | main, v3.0, v2.2, v2.1 |
| Xamarin.Android | v2.2, v2.1 |
| Xamarin.iOS | v2.2, v2.1 |