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

How to remove mask #1

Open
Mohsin92 opened this issue Jan 8, 2018 · 1 comment
Open

How to remove mask #1

Mohsin92 opened this issue Jan 8, 2018 · 1 comment

Comments

@Mohsin92
Copy link

Mohsin92 commented Jan 8, 2018

Hi,
Thanks for your demo its good and helped alot.
Problem:

  1. After utilized this demo in our app we are not getting solution to remove this mask from map.
  2. On Dragging map its hanged a lot.

Please can you help us with above issue's solutions.
Thank you.

@lincollincol
Copy link

Save polygon and then remove it. Example kotlin code

val polygon = googleMap.addPolygon(createPolygonWithCircle(requireContext(), latLng, 50))
// . . .
polygon.remove()

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