Searched refs:GEO_LONG_MIN (Results 1 – 3 of 3) sorted by relevance
52 #define GEO_LONG_MIN -180 macro
116 long_range->min = GEO_LONG_MIN; 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()