altoslib: Add units converters for latitude and longitude
[fw/altos] / altoslib / AltosConvert.java
index 87b9eaf20fbafdd52e72a18d08b4c087c59c713f..dc0fbb6253608529b0e6e6fb33ec02be7687f21d 100644 (file)
@@ -351,6 +351,10 @@ public class AltosConvert {
 
        public static AltosVoltage voltage = new AltosVoltage();
 
+       public static AltosLatitude latitude = new AltosLatitude();
+
+       public static AltosLongitude longitude = new AltosLongitude();
+
        public static String show_gs(String format, double a) {
                a = meters_to_g(a);
                format = format.concat(" g");