I’m using https://developers.google.com/maps/documentation/javascript/places#places_autocomplete. Is there a way to know when a user selects an item in the suggestion list? Any events triggered?
I’m using https://developers.google.com/maps/documentation/javascript/places#places_autocomplete . Is there a way to know when a user selects
Share
Isn’t a “place_changed” event will be fired?
I based on the doc, “Getting Place Information“ section.
Source code of the example can see there is a