获取错误" Geocoder失败的原因是:OVER_QUERY_LIMIT"

时间:2015-10-20 11:35:30

标签: javascript google-maps angular-google-maps

我正在使用angular-google-map。当我点击超过3次,几秒钟后出现错误 Geocoder因以下原因失败:OVER_QUERY_LIMIT 。如何避免这种类型的错误。我有更丰富的谷歌地图密钥。但不包含它,这是导致此错误的原因之一。

1 个答案:

答案 0 :(得分:0)

是,超出限制时会出现此错误,请参阅文档

https://developers.google.com/maps/documentation/business/articles/usage_limits

<强>更新

    .config(function(uiGmapGoogleMapApiProvider) {
 uiGmapGoogleMapApiProvider.configure({
  key: 'THIS-IS-WHERE-YOU-PASTE-THE-MAP-API-KEY-YOU-COPIED-EARLIER',
  v: '3.17',
  libraries: 'weather,geometry,visualization'
 });
})

http://www.saintsatplay.com/blog/2015/03/using-google-maps-in-angular-js#.ViZBadLhCHs