mapbox-maps-flutter
mapbox-maps-flutter copied to clipboard
Annotations improvements
There are to small improvements:
- Ability to store custom user data at any annotation. Added
Map<String?, Object?>? userInfo
field. - Ability to get all annotations on current manager.
These two features make it possible to manage annotations and create scale clustering logic, for example.