Bastien Wermeille
Bastien Wermeille
It would be a great feature, is it possible to make it work easily or not?
Hello, Sorry for the late answer @Chaoba but this is the point. We should be able to handle events before any map update. For example with the annotation plugin, we...
Hello, You should be able to find some workaround for this issue here #884.
I have finally been able to test it and it's working as expected. The problem happened only when the UUID of an `OfflineDownloadOptions` was bigger than an int and was...
Hello, Any updates on this ? @mapbox/maps-android
You're welcome. Hum yes I will try to add some test but I not sure any more of my implementation. In the present case when a drag is cancel then...
Just by curiosity, which version of the mapbox-plugins-android are you using ? It seems to me that this problem has been fixed in v0.9.0 by #1141.
After watching your code with more attention, I might have found something. Your are adding your `mapLongClickListener` after your `CircleManager`. This might lead the mapLongClickListener to be triggered before your...
After some more digging, I think that this might happen due to the way `mapView`handles it's event here https://github.com/mapbox/mapbox-gl-native-android/blob/main/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java. If you have a look at the method `onTouchEvent`, we first...
As #1158 bumps map sdk to version 9.5, this new version includes a new api which allows to fix #884 and #1140 see https://github.com/mapbox/mapbox-gl-native-android/pull/511. \cc @LukasPaczos, @kiryldz and @tobrun