我是否需要为Google API place API支付一些许可费用

时间:2015-07-22 09:16:07

标签: html5 google-api hybrid-mobile-app

我打算在混合移动应用程序(基于JqueryMobile)中使用下面的google map api

google.maps.DirectionsService()和google.maps.DirectionsRenderer()api和google.maps.places.PlacesService(地图)。

是上面提到的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);
}

1 个答案:

答案 0 :(得分:1)

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

  

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