获取错误"Geocoder failed due to: OVER_QUERY_LIMIT"



我用的是google-map。当我点击超过3次,几秒钟得到错误Geocoder失败,由于:OVER_QUERY_LIMIT。如何避免这类错误。我有浏览器谷歌地图的关键。

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

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

最新更新