-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[google_maps_flutter]Marker drag event #1702
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
This comment has been minimized.
This comment has been minimized.
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
...le_maps_flutter/android/src/main/java/io/flutter/plugins/googlemaps/GoogleMapController.java
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
are there any news? |
It looks like all the requests are done but its still showing up as one missing. @duzenko Any idea on how to fix that? |
This comment has been minimized.
This comment has been minimized.
@iskakaushik this should be good to go, right? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup. This looks good to me. @duzenko can you please update the pubspec and changelog?
This comment has been minimized.
This comment has been minimized.
sorry for the trouble, but could you please fix the conflicts, i will keep and eye out and make sure i merge this PR in first :-) |
This comment has been minimized.
This comment has been minimized.
# Conflicts: # packages/google_maps_flutter/CHANGELOG.md # packages/google_maps_flutter/pubspec.yaml
This comment has been minimized.
This comment has been minimized.
The callback receives the new position after drag event in the marker object? |
This comment has been minimized.
This comment has been minimized.
Add support for marker drag events.
Description
Flutter bridge to OnMarkerDragListener
Related Issues
flutter/flutter#28929