Google places api 位置API locatiobias被忽略

Google places api 位置API locatiobias被忽略,google-places-api,Google Places Api,在Google Places API中搜索特定位置时,我发现Google提供的结果与我发送的限制相去甚远 例如: https://maps.googleapis.com/maps/api/place/findplacefromtext/json?key=<mykey>&inputtype=textquery&input=<PlaceQuery>&fields=name,geometry&locationbias=circle:200@<

在Google Places API中搜索特定位置时,我发现Google提供的结果与我发送的限制相去甚远

例如:

https://maps.googleapis.com/maps/api/place/findplacefromtext/json?key=<mykey>&inputtype=textquery&input=<PlaceQuery>&fields=name,geometry&locationbias=circle:200@<lat>,<lng>
https://maps.googleapis.com/maps/api/place/findplacefromtext/json?key=&inputtype=textquery&input=&fields=name,几何和位置偏差=圆:200@,
在上面的查询中,我试图在一个点周围的特定圆圈(200米)中找到一个位置。(因该职位而删除)

谷歌做了它的工作,但当我进入一个地方搜索,其中肯定不是在我指定的地区,它仍然会找到这个地方


我是否误解了这种类型的搜索查询?还是谷歌端的错误?

位置偏差并不意味着严格过滤。如果指定区域内没有显著的结果,谷歌可以返回指定区域以外的结果。