javascript - manually show list of places returned from google places API -


i using google pac give user autocomplete on nearby localities. places api doesn't seem give control on fill type ahead results. adds '.pac-container` in body , positions below text box. control have styling css.

also, has rigid behavior empties container , hides on input box blur. whereas want user able select , click button use selected value.

i want know if can list of places fetched server , fill them manually in element of choice. may kind of handler allows me achieve this. put "powered google" there well, more control on displaying returned data.

there service returns predictions used places-autocomplete: places autocomplete service

you may use these predictions create whatever want to, e.g. custom autocomplete behaviour defined on own.

you'll find custom implementation(using jqueryui-autocomplete)here: google maps api - autosuggest on hover


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -