标签: google-maps-api-3
我正在尝试提取给定区域(中心和半径)的餐馆的lat / lon我正在使用以下查询
https://maps.googleapis.com/maps/api/place/nearbysearch/xml?location=40.7857380,-77.8547540&radius=6000&types=restaurant&sensor=true&key=MyKey
但我一次不能获得超过20个结果?这是搜索限制吗?是否有任何解决方法可以获得更多结果?
答案 0 :(得分:3)
According to the documentation。 NearbySearch请求最多返回60个结果,每组20个.RadarSearch请求最多返回200个结果,但信息较少。
(Note that RadarSearch is now deprecated)