jquery-locationpicker-plugin: Autocomplete not working
I am loading the google api with the key:
<script type="text/javascript" src='https://maps.googleapis.com/maps/api/js?key=MYKEY0&libraries=places'></script>
But the autocomplete isnt working anymore, any suggestion (and yes, the enableAutocomplete: true is enabled)
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 18 (2 by maintainers)
For me, the fix was that I had to go to the Google Developer Console and enable “Google Places API Web Service”. Once I enabled this API, the autocomplete started working again.