0

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

user1277719
  • 99
  • 3
  • 6
  • 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 Answers1

-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