Google API 地方 API 我需要支付一些许可费吗

Do I need to pay some license fee for Google API place API

我计划在混合移动应用程序(基于 JqueryMobile)中使用下面的 google 地图 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);
}

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

Most websites and applications may use the Google Maps API free of charge. However, if you consistently generate a high amount of traffic, usage limits apply and you will need to pay for extra usage. If your site or application generates 25 000 map loads or more each day, for more than 90 consecutive days, we’ll get in touch with you to talk about payment. Don’t worry, if you go over the limits, we won’t immediately shut off your API access or display error messages on your site.