Skip to content

Update cluster after delete a marker #20

Open
@kttary

Description

@kttary

I delete a marker from set by

Marker marker = markers.firstWhere((marker) => marker.markerId.value == prd.id);
      setState(() {
        markers.remove(marker);
      });

But it look like not deleted from cluster because the deleted marker shows again after await _updateMarkers(); . Any suggestion?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions