Skip to content

Adding or removing multiple symbols takes O(n) time #210

@bhavyalatha26

Description

@bhavyalatha26

Right now we have an option only add/remove single symbol , which causes O(n) time while adding or removing 'n' symbols . This also blocks the thread and freezes the UI for that amount of time.

Instead can we have option to allow users to manage the set of symbols, circles etc (like the google_maps_flutter does) at MapboxMap level.

And whenever the set changes , the notifications are triggered and the map is updated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions