mapbox-maps-android
mapbox-maps-android copied to clipboard
[COMPOSE] PointAnnotationGroup doesn't re-compose individual nodes
Environment
- Android OS version: *
- Devices affected: *
- Maps SDK Version: v11.*
Observed behavior and steps to reproduce
When an individual node of the PointAnnotationGroup is modified (e.g iconSize & textSize are increased following user interaction) re-composition doesn't occur.
Expected behavior
Re-composition occurs when one of the nodes is modified.