GpsToMeters extension
Helpful extension methods to convert GpsCoordinates into meters
Properties
- inMeters → ({double lat, double long})
-
Available on GpsCoordinates, provided by the GpsToMeters extension
Converts GpsCoordinates into (lat, long) in meters.no setter
Methods
-
toDD(
) → DDCoordinates -
Available on GpsCoordinates, provided by the GpsToMeters extension
Converts the current GPS coordinates in the form of DDCoordinates -
toUTM(
) → UTMCoordinates -
Available on GpsCoordinates, provided by the GpsToMeters extension
Converts the current GPS coordinates into UTM coordinates
Static Methods
-
metersPerLongitude(
double latitude) → double -
Available on GpsCoordinates, provided by the GpsToMeters extension
Number of meters per degree longitude at the given latitude.
Constants
- metersPerLatitude → const double
- Number of meters per degree of latitude
- radiansPerDegree → const double
- Number of radians per degree.