mapbox-maps-android
mapbox-maps-android copied to clipboard
No way to add click listener to PointAnnotationGroup
Environment
- Maps SDK Version: 11.10.3
Observed behavior and steps to reproduce
- PointAnnotationGroup with
onClickparameter is marked as deprecated. There exists no way to define a click listener on a PointAnnotationOption. Switching to the non-deprecated PointAnnotationGroup removes the ability to define click listeners for points within a PointAnnotationGroup.