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