mapbox-maps-android
                                
                                 mapbox-maps-android copied to clipboard
                                
                                    mapbox-maps-android copied to clipboard
                            
                            
                            
                        Pressing on the top-right "reset to north" button raises a "mapLongClick" event
Environment
- Android OS version: 9
- Devices affected:
- Maps SDK Version: v10
Observed behavior and steps to reproduce
- in your Java code, register an event handler using: GesturesUtils.addOnMapLongClickListener
- rotate the map so the "reset to north" button will appear in the top-right corner of the map
- press on the "reset to north" button - the map is rotated back to point to north
- drag the map a little bit
- a mapLongClick event is raised
Expected behavior
mapLongClick event should be raised only when performing a long-click on the map
Thanks! Adi