Home
last modified time | relevance | path

Searched refs:geohashEstimateStepsByRadius (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash_helper.c62 uint8_t geohashEstimateStepsByRadius(double range_meters, double lat) { in geohashEstimateStepsByRadius() function
132 steps = geohashEstimateStepsByRadius(radius_meters,latitude); in geohashGetAreasByRadius()
H A Dgeohash_helper.h51 uint8_t geohashEstimateStepsByRadius(double range_meters, double lat);