参数“距离"是多少?使用搜索fql时? [英] What is the parameter "distance" when using search fql?

查看:60
本文介绍了参数“距离"是多少?使用搜索fql时?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

距离"指的是什么?里程数?半径?我找不到任何文档. FB允许我们抓住的最大限制是多少?

What does "distance" refer to? Amount of miles? Radius? I can't find any documentation on it. What's the maximum limit FB will allow us to grab?

$nearby = $facebook->api('/search?type=place&center='.$_GET['lat'].','.$_GET['lon'].'&distance=1000&limit=200');

推荐答案

距离是指相对于该位置的纬度和经度的半径(以米为单位).如 Chris 所述,最大为50,000 m.

Distance refers to the radius with respect to the latitude and longitude of the location in meters. As mentioned by Chris, the maximum is 50,000 m.

这篇关于参数“距离"是多少?使用搜索fql时?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆