问题描述
我想标题是非常不言自明的.考虑到纬度和经度,我想在某个区域中获得所有检查.
我所能找到的只是https://developer.foursquare.com/docs/checkins/recent和https://developer.foursquare.com/docs/venues/venues,但是它们对我都没有用.
我很确定必须有办法,但是我找不到.
推荐答案
使用此API并通过"hereNow"计算每个场所的过滤器,这将为您提供当前在该位置的人数
https://api.foursquare.com/v2/venues/search
更多详细信息在这里: https://developer.foursquare.com/docsquare.com/docs/docs/verues/venues/search
问题描述
I guess the title is pretty self-explanatory. I want to get all the checkins in a certain area given the latitude and longitude.
All I've been able to find is https://developer.foursquare.com/docs/checkins/recent and https://developer.foursquare.com/docs/venues/venues, but neither of them are useful for me.
I'm pretty sure there has to be a way, but I can't find it.
推荐答案
Use this api and filter by "hereNow" count for each venue, this will give you count of people currently in that location
https://api.foursquare.com/v2/venues/search
more details here: https://developer.foursquare.com/docs/venues/search