0

I have a little problem about Google Maps. I'm using Geocoding (xml) for getting address from Google Map. I give the address and Geocoding gives me long-latt values. And when I try to bind many location Google map just shows 11 location, not more. And it gives an warning like

"Over query limit"

How can I solve this problem?

Matt Handy
  • 29,855
  • 2
  • 89
  • 112
Kadir
  • 3,094
  • 4
  • 37
  • 57

1 Answers1

3

Google limits the number of geocoding requests per second. You can either wait or cache the results somewhere in your own database.

See this related question.

Community
  • 1
  • 1
Matt Handy
  • 29,855
  • 2
  • 89
  • 112