Reputation: 7487
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?
Upvotes: 0
Views: 1409
Reputation: 7487
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
Upvotes: 0