简体   繁体   中英

Google Maps API - Places Autocomplete Usage limits

I am using the Google Maps API places autocomplete. I initially load the script using https://maps.googleapis.com/maps/api/js?sensor=false&libraries=places (Note no API key) and invoke the plugin using new google.maps.places.Autocomplete(input) .

I've analysed a whole load of documentation trying to find out what the licensing is to no avail and wanted to see if anyone knows. The autocomplete is not used in conjunction with any map, necessary to note as all the documentation I've found thus far makes reference to gMaps and other services when talking about an autocomplete.

If there is a request limit, what counts as a request? Searching for 'London' is six characters, so is that six requests?

Okay, so I contacted Google Sales and they said

Using the places autocomplete JS API WITHOUT any map loads is FREE

Correct as of 5th October 2015

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM