Assigned
Status Update
Comments
fs...@beecorp.ai <fs...@beecorp.ai> #2
Thank you for posting.
We are currently looking into this and will get back to you as soon as we have an update.
ch...@google.com <ch...@google.com> #3
Thanks for your suggestion!
We'll be reviewing this for further consideration. Please star this issue to get updates and leave comments for additional information. Please note that starring the issue also provides our product team with valuable feedback on the importance of the issue to our customers.
ka...@google.com <ka...@google.com>
ka...@google.com <ka...@google.com> #4
Hi there OP, "places_changed" isn't quite the right event to detect users attempting to abandon the place selection. Could your implementation work with other events for this purpose?
Description
The new advanced markers do not emit xxx_changed events. Especially the
position_changed
event is useful for me to trigger the rerendering of clustering. I think with regard to backwards compatibility to the classic markers, it would be very helpful to have the change events back.Workaround:
google.maps.event.trigger(marker, 'position_changed', {});