Searched refs:METERS_PER_MINUTE (Results 1 – 1 of 1) sorted by relevance
35 public static final int METERS_PER_MINUTE = 1852; field in NavCalculator522 return (meters / METERS_PER_MINUTE) / 60; in toDegrees()