How can we intialize new google.maps.places.Autocomplete(Input, Options); for two text boxes in same page?
When i am trying to do that the first initialized is working and the second one is not working….
Alaready i have tried google.maps.event.removeListener(autocomplete); and google.maps.event.clearListeners(autocomplete, ‘place_changed’); methods to unbind the first one..but nothing worked out…
Don’t know if this is the most elegant, but this worked for me…