I am using google maps and have a custom list of places. I want to add a textfield with autocomplete over my map. How would I do this?
"Places" : {
"15th_Street" : true,
"25th_Street" : true,
"Avalanche" : true,
"Beacons" : true,
"Bird_Rock" : true,
"Blacks_Beach" : true,
"Cardiff_Reef" : true,
}
Is there a way I can place a search bar and table view over the map to search places? What would this look like? I can't seem to put a text field over the maps or find a good example of autocomplete.