OVER_QUERY_LIMIT while using google maps

后端 未结 6 1334
陌清茗
陌清茗 2020-11-28 09:45

I have a problem while acessing google maps from my application, when i send more than 10 requests in loop from java script i get the exception as OVER_QUERY_LIMIT from geoc

6条回答
  •  醉酒成梦
    2020-11-28 10:24

    Probably you are sending too many requests per second and Google doesn't let you do that.

    Read http://code.google.com/apis/maps/faq.html#geocoder_classorhttp

提交回复
热议问题