I created an MapView with 2 different Overlays.
One Overlay shows the POIs on the map and the second shows a “bubble” when you click / tab one of the POIs.
Now I want to remove the second overlay when it is visible and no POI is tapped!
I only need to know how to check if I click only the map or one of the POIs??? (also the bubble can be clicked).
In your code, when defining your
you can override