Searched refs:MAX_LATITUDE (Results 1 – 1 of 1) sorted by relevance
29 private static final double MAX_LATITUDE = 90D; field in LocationUtils47 MIN_LATITUDE + random.nextDouble() * (MAX_LATITUDE - MIN_LATITUDE), in createLocation()