Hello, I am interested to hear if it is possible to somehow programatically trigger some sort of event on a google.maps.places.Autocomplete's input field, which will cause Autocomplete component to re-initiate a service call. I know that google has its own Event abstraction. But anyway I was trying to set input's field value via jQuery.val method. I've also used jQuery's trigger method for various events (like change/ click/focus) in order to initiate autocomplete to perform a service call, but it doesn't trigger any of the events that google's autocomplete component is attaching to the input field.
Does anybody knows if and how is this possible? Thanks at advance! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
