Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试提取给定区域(中心和半径)中餐厅的纬度/经度我正在使用以下查询
https://maps.googleapis.com/maps/api/place/nearbysearch/xml?location=40.7857380,-77.8547540&radius=6000&types=restaurant&sensor=true&key=MyKey
但是我一次不能得到超过 20 个结果?这是搜索限制吗?是否有任何解决方法可以获得更多结果?
根据文档。NearbySearch 请求最多返回 60 个结果,每组 20 个。RadarSearch 请求最多返回 200 个结果,但信息较少。
(请注意,RadarSearch 现在已弃用)