Searched refs:MAX_LONGITUDE (Results 1 – 1 of 1) sorted by relevance
31 private static final double MAX_LONGITUDE = 180D; field in LocationUtils48 MIN_LONGITUDE + random.nextDouble() * (MAX_LONGITUDE - MIN_LONGITUDE), in createLocation()