I’ve got a custom maphandler for iOS in our .net maui app to handle platform specific code for ios devices map functionality. Im trying to replicate the functionality that is present in the standard iOS map app that allows the user to click on the landmarks/annotations on the explore version of the map. In the below example I want to be able to catch the touch event when they click on something like "Kahului Airport" or "Sunshine Helicopters". In the standard iOS maps app when you click on those locations the text animates and the flyout view comes in from the bottom with that locations details. I just need to handle the click event and take it from there. All the events I try to listen to don’t return. Any ideas?





