Searched refs:MIN_LATITUDE (Results 1 – 2 of 2) sorted by relevance
39 static final int MIN_LATITUDE = -90; field in AfcEllipseLocation88 if (mLatitude < MIN_LATITUDE) { in AfcEllipseLocation()89 mLatitude = MIN_LATITUDE; in AfcEllipseLocation()
113 private static final double MIN_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)