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.
Google Places api 用于查找当前位置附近的商业位置。那距离限制是多少?我找不到离当前位置很远的地方。它可以找到附近的位置。
地点搜索请求的地点 API 文档说......
“最大允许半径为 50 000 米”
不知道为什么没有人回答这个问题。也许这是最近添加到文档中的。
radius— 定义返回位置结果的距离(以米为单位)。允许的最大值radius为 50 000 米。
radius
我已经使用 Google Places API 一段时间了,我发现半径距离限制为 100 英里(以米为单位)。在此之后,我得到 INVALID_RESULT。