-
Notifications
You must be signed in to change notification settings - Fork 28k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Google Maps Plugin add InfoWindowClickListener and Resize #17730
Comments
FWIW I've implemented the setOnInfoWindowClickListener to get callbacks in flutter when the user clicks on the Info Window. That was pretty trivial. Eventually I'll post the code/PR; ping me in the interim if interested. I'm currently working on the map resize feature. |
PRs are most welcome, especially for additions to the For PRs that make platform overlays work in more situations, please keep it as simple as possible. Platform overlays are not the long-term solution to integrating Google Maps, and we'd very much like to avoid throwing a lot of effort and complex code into this dead end. |
@mravn-google @mit-mit Any idea when this pull request will get looked at? flutter/plugins#594 |
@gerryhigh Sorry, I somehow overlooked this PR. |
Looks like this has merged. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
I need the ability to get notified when a user clicks on an info window in the package https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter. Currently it appears you can only get an event when they click on the marker and not the info window. In my kotlin app I've done it via setting setOnInfoWindowClickListener on the map.
Also, in order to handle rotation events I need the ability to resize the map. Currently it appears that there is only the ability to set the size at construction time.
@mravn-google @mit-mit
Thanks!
The text was updated successfully, but these errors were encountered: