static double roundToMicrodegreees(double value) { return (value * CONVERSION_FACTOR).round() / CONVERSION_FACTOR; }