Searched refs:MAX_LATITUDE (Results 1 – 1 of 1) sorted by relevance
100 private static final double MAX_LATITUDE = 90.0 - field in LocationFudger306 if (lat > MAX_LATITUDE) { in wrapLatitude()307 lat = MAX_LATITUDE; in wrapLatitude()309 if (lat < -MAX_LATITUDE) { in wrapLatitude()310 lat = -MAX_LATITUDE; in wrapLatitude()