You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating multiple PointAnnotationManager and adding OnPointAnnotationClickListener to them I found that only the last listener is called. This is especially counter intuitive since the listener is added to the individual AnnotationManager but click listeners are apparently shared at the map level.
The text was updated successfully, but these errors were encountered:
Hi @j-bbr, could you provide which MapboxMaps SDK version are you using? We have recently addressed an issue with annotation's click listener being registered without channel suffix here, this fix is released in our v2.4.1.
If you are using an older version of our SDK, please update to use the latest one, if not, please let me know here and I will create a ticket and work on it asap
When creating multiple PointAnnotationManager and adding OnPointAnnotationClickListener to them I found that only the last listener is called. This is especially counter intuitive since the listener is added to the individual AnnotationManager but click listeners are apparently shared at the map level.
The text was updated successfully, but these errors were encountered: