mapbox-plugins-android
mapbox-plugins-android copied to clipboard
Annotation: cannot set `setMoveThreshold`
We have SymbolManger with Symbol annotations. When tapping on the annotation we do receive onAnnotationDragStarted.
We'd like to configure GestureManager with setMoveThreshold so we can receive taps without drag.
However that's not possible as annotation manger does not expose the AndroidGesturesManager used.
https://github.com/react-native-mapbox-gl/maps/issues/836
We'd like to access this gesture manager: https://github.com/mapbox/mapbox-plugins-android/blob/5c52f6676ec88c8a01b86cb7bea94bb8cdffa8a6/plugin-annotation/src/main/java/com/mapbox/mapboxsdk/plugins/annotation/DraggableAnnotationController.java#L33
@tobrun Is there any update on this issue?