You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have trouble implementing marker dragging with android-maps-utils, despite following the guideline. The marker is draggable, but dragging it on the map does not trigger onMarkerDrag, onMarkerDragEnd or onMarkerDragStart.
The text was updated successfully, but these errors were encountered:
gpopac
added
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Apr 14, 2024
If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.
@gpopac Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:
I have trouble implementing marker dragging with android-maps-utils, despite following the guideline. The marker is draggable, but dragging it on the map does not trigger onMarkerDrag, onMarkerDragEnd or onMarkerDragStart.
I am using KmlLayer and GeoJsonLayer to add custom overlay on the map and simple marker only (not clusters). For more details the code of the Activity is available here: https://github.com/Biologer/Biologer-Android/blob/master/app/src/main/java/org/biologer/biologer/gui/MapActivity.java
In summary I used:
The text was updated successfully, but these errors were encountered: