I have coded a Google Maps application and need a way for a user to search through my locations that I have as map markers.
How can I develop an input box that when the user inputs text, a dropdown list/menu appears with items that the user can click on?
What type of input control do I need, and how do I code the dropdown list?
Thanks in advance