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
Asked
Active
Viewed 6,797 times
0
-
possible duplicate of [OVER_QUERY_LIMIT while using google maps](http://stackoverflow.com/questions/3529746/over-query-limit-while-using-google-maps) – Dr.Molle Mar 19 '12 at 10:06
1 Answers
-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.

Community
- 1
- 1

user1277766
- 7
- 1