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.
我对谷歌地图有一点问题。我正在使用地理编码(xml)从谷歌地图获取地址。我给了地址,地理编码给了我长拉特值。当我尝试绑定许多位置时,谷歌地图只显示 11 个位置,而不是更多。它给出了一个警告,比如
“超过查询限制”
我怎么解决这个问题?
Google 限制每秒地理编码请求的数量。您可以在自己的数据库中等待或缓存结果。
请参阅此相关问题。