There is only one documented event in the Google Maps Javascript API v3 for the google.maps.places.Autocomplete class, place_changed
You can add standard HTML event listeners to it (not sure if that will affect the Autocomplete functionality).
There is only one documented event in the Google Maps Javascript API v3 for the google.maps.places.Autocomplete class, place_changed
You can add standard HTML event listeners to it (not sure if that will affect the Autocomplete functionality).