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