Searched refs:GEO_LONG_MAX (Results 1 – 3 of 3) sorted by relevance
53 #define GEO_LONG_MAX 180 macro
115 long_range->max = GEO_LONG_MAX; in geohashGetCoordRange()130 if (longitude > GEO_LONG_MAX || longitude < GEO_LONG_MIN || in geohashEncode()
101 if (xy[0] < GEO_LONG_MIN || xy[0] > GEO_LONG_MAX || in extractLongLatOrReply()