mapbox-plugins-android
mapbox-plugins-android copied to clipboard
[plugin-annotation] Inverse click listeners
If I have a symbol on top of a fill, if I click the symbol:
- click listener of fill is called first
- after click listener of the symbol
Is there a way to handle click listeners in order from top to bottom?