Class GpsCoordinates
Represents GPS coordinates.
[PublicApi]
public class GpsCoordinates
- Inheritance
-
GpsCoordinates
Remarks
Released in v17.03, still BETA.
Properties
Latitude
The latitude (North is +, South is -) of the GPS coordinates.
public double Latitude { get; set; }
Property Value
Longitude
The longitude (East is +, West is -) of the GPS coordinates.
public double Longitude { get; set; }