typeahead-addresspicker icon indicating copy to clipboard operation
typeahead-addresspicker copied to clipboard

Show places and location

Open marioteik opened this issue 8 years ago • 1 comments

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.

marioteik avatar Jul 26 '16 23:07 marioteik

I find the solution, on the typeahead-addresspicker.js add the establishment type, so change this: types: ["geocode"] to this: types: ["geocode", "establishment"]

eddbs avatar Aug 08 '16 08:08 eddbs