How to click through an annotation

I've tried to review the documentation but didn't find anything. I'm trying to have a map event fire on click through an annotation. The event is:


map.addEventListener('single-tap',


This works fine when clicking on the map, but if an annotation is in the way, it doesn't run. I have custom annotations on my map that are set to `enabled: false`. So they cannot be selected, but the click still doesn't pass through


I'm trying to click on the map, to get coordinates, through an annotation that isn't enabled. Is this possible?


I've tried to set pointer-events: none on all the elements in my annotaiton with no luck.


I'm a huge fan of mapkit js, appreciate all the work.