Searched refs:geoAppendIfWithinRadius (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geo.c | 191 int geoAppendIfWithinRadius(geoArray *ga, double lon, double lat, double radius, double score, sds … in geoAppendIfWithinRadius() function 257 if (geoAppendIfWithinRadius(ga,lon,lat,radius,score,member) in geoGetPointsInRange() 278 if (geoAppendIfWithinRadius(ga,lon,lat,radius,ln->score,ele) in geoGetPointsInRange()
|