Google Map Javascript API v3 - OVER_QUERY_LIMIT Error

五迷三道 提交于 2019-12-25 05:29:06

问题


I am displaying multiple locations in the map by iterating a for loop. After doing that few times using Google Map API v3 javascript I am getting this javascript error


回答1:


This has been answered in the posting below:

OVER_QUERY_LIMIT while using google maps

To save you a trip: you are being throttled by the API. Batch the locations and make a single request.



来源:https://stackoverflow.com/questions/9764757/google-map-javascript-api-v3-over-query-limit-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!