mapbox-plugins-android icon indicating copy to clipboard operation
mapbox-plugins-android copied to clipboard

Annotation: cannot set `setMoveThreshold`

Open mfazekas opened this issue 5 years ago • 1 comments

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

mfazekas avatar Apr 27 '20 07:04 mfazekas

@tobrun Is there any update on this issue?

nstele avatar Jun 09 '21 15:06 nstele