问题
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