typeahead-addresspicker
typeahead-addresspicker copied to clipboard
Show places and location
Is there a way to show places and locations? Like when I type and Google Maps return the list of company names to chose from.
I find the solution, on the typeahead-addresspicker.js add the establishment type, so change this: types: ["geocode"] to this: types: ["geocode", "establishment"]