We'd like to be able to enter many addresses in one field, saving entered ones as tags (as these libraries do) and using Google Places Autocomplete as a new one is typed.
Has anyone achieved this already?
I've tried using tagedit with the following startup with no luck:
$('input.tag').tagedit({autocompleteURL:"https://maps.googleapis.com/maps/api/place/autocomplete/json?input=",breakKeyCodes: [ 186]});