Map icon indicating copy to clipboard operation
Map copied to clipboard

Make overlays tapable for MacOS, iOS, tvOS

Open Niccari opened this issue 2 years ago • 0 comments

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.

Niccari avatar Jul 26 '22 01:07 Niccari