Searched refs:MAX_LATITUDE (Results 1 – 2 of 2) sorted by relevance
40 static final int MAX_LATITUDE = 90; field in AfcEllipseLocation90 } else if (mLatitude > MAX_LATITUDE) { in AfcEllipseLocation()91 mLatitude = MAX_LATITUDE; in AfcEllipseLocation()
114 private static final double MAX_LATITUDE = 90; field in ExerciseRoute.Location170 @FloatRange(from = MIN_LATITUDE, to = MAX_LATITUDE) double latitude, in Location()179 ValidationUtils.requireInRange(latitude, MIN_LATITUDE, MAX_LATITUDE, "Latitude"); in Location()320 @FloatRange(from = MIN_LATITUDE, to = MAX_LATITUDE)