Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cluster after delete a marker #20

Open
kttary opened this issue Sep 15, 2021 · 1 comment
Open

Update cluster after delete a marker #20

kttary opened this issue Sep 15, 2021 · 1 comment

Comments

@kttary
Copy link

kttary commented Sep 15, 2021

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?

@dayron9110
Copy link

News?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants