I have serveral MarkerOptions
markers added via mapboxMap.addMarker(myMarkerOptions)
. The issue is that a markers onClick event is fired even when the user taps outside of the marker bounds. I've had this issue with both custom marker icons and the mapbox default icon. Very annoying when there are multiple markers close by as the user may think they've tapped one but will see details for another!
Has anyone seen/fixed this? Maybe I can specify a custom hit rect as a workaround?