mapbox-maps-flutter icon indicating copy to clipboard operation
mapbox-maps-flutter copied to clipboard

Annotations improvements

Open LesGrob opened this issue 1 year ago • 1 comments

There are to small improvements:

  1. Ability to store custom user data at any annotation. Added Map<String?, Object?>? userInfo field.
  2. Ability to get all annotations on current manager.

These two features make it possible to manage annotations and create scale clustering logic, for example.

LesGrob avatar May 23 '23 12:05 LesGrob