可以使用服务器端API复制Google Places查询吗?

时间:2018-11-04 21:35:36

标签: google-maps

我正在尝试通过全球搜索网站来查找地点列表。

我可以通过嵌入式地图实现所需的功能,但似乎无法使用服务器端API复制相同的查询。

如果我在this page上使用嵌入式google地图应用程序,并搜索cityplumbing.co.uk,我会看到返回了多个结果。

但是,如果我尝试使用Place Autocomplete API或Place Search API,则不会返回任何结果,如下所示。

https://maps.googleapis.com/maps/api/place/autocomplete/json?input=cityplumbing.co.uk&key=API_KEY


https://maps.googleapis.com/maps/api/place/findplacefromtext/json?input=cityplumbing.co.uk&inputtype=textquery&fields=photos,formatted_address,name,rating,opening_hours,geometry&key=API_KEY


https://maps.googleapis.com/maps/api/place/textsearch/json?query=cityplumbing.co.uk&key=API_KEY

是否可以从服务器端api获得嵌入式地图应用程序中显示的结果?

0 个答案:

没有答案