我需要支付一些许可费谷歌API的地方API



我计划使用下面的谷歌地图api在混合移动应用程序(基于JqueryMobile)与

google.maps.DirectionsService()和google.maps.DirectionsRenderer() api和google.maps.places.PlacesService(map) .

上面提到的api是免费的,可以在android中使用,或者我需要为相同的

获得许可吗?
var request = {
    location: pyrmont,
    radius: 200,
    types: ['hospital', 'health'] // this is where you set the map to get the hospitals and health related places
  };
  infowindow = new google.maps.InfoWindow();
  var service = new google.maps.places.PlacesService(map);
}

当然不收费。我和他们一起工作过,这也是他们的文档所说的- https://developers.google.com/maps/documentation/javascript/usage

大多数网站和应用程序可以免费使用Google Maps API电荷。然而,如果你持续产生大量的交通,使用限制适用,您将需要支付额外的使用。如果您的站点或应用程序每个生成25,000个或更多的地图加载天,连续90天以上,我们会与您取得联系谈谈付款。别担心,如果你超过了限额,我们不会的立即关闭您的API访问或显示错误消息网站。

相关内容

  • 没有找到相关文章

最新更新