Map
Map copied to clipboard
Make overlays tapable for MacOS, iOS, tvOS
Thank you for creating a great library!
This PR includes support for tapping the overlay for MacOS, iOS and tvOS. MapKit does not have an API for tapping the overlay, but I have implemented this to support use cases where you want to tap the overlay in the same way as Google Map.
Notes
- If multiple overlapping overlays are tapped, the tap event will fire only for the most foreground overlay.