我一直试图在Google Places API中找到具体位置但没有成功.当我在Google地图中输入"La Cucina Trattoria"时,我得到三个结果.但是,当我运行此查询时:
我只得到两个结果.所以我测试了更多具有类似效果的查询:
input = la%20cucina%20trattoria%20gmbh - 没有结果
https://maps.googleapis.com/maps/api/place/search/json?key=API_KEY&location=48.139649,11.602685&rankby=distance&keyword=cucina - 结果中缺少(我已将其确切位置作为参数)
location = 48.139649,11.602685&rankby = distance&keyword =Neherstraße%209 - 在结果中丢失(但是,它返回的结果来自同一条街道)
我的客户命名了两个他知道的随机地点,但在Google Places API中找不到任何地方.Google Places API和Google Maps是否可能在两个不同的数据库上运行?或者这些地方可以隐藏在公共API中吗?