mapbox / mapbox-plugins-android

Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.
https://www.mapbox.com/android-docs/plugins/overview/
BSD 2-Clause "Simplified" License
241 stars 119 forks source link

Passes unhandled map interactions to lower annotations #1164

Open TroyStopera opened 3 years ago

TroyStopera commented 3 years ago

When all OnAnnotationLongClickListener or OnAnnotationClickListener listeners return false, the event will be passed to the next annotation returned from the feature query.

troy-skydio commented 3 years ago

@LukasPaczos Note sure what I need to do to get eyes on this. I'd really like to get this working in master, so that I can update to the latest versions released by Mapbox.

LukasPaczos commented 3 years ago

Tagging @mapbox/maps-android here.