I'm using the GeoViewTapped event on MapView to show callouts for various objects. I would like to still support double click to zoom, however, when the user double taps my GeoViewTapped event fires causing callouts to be shown. Is there a way to disable or ignore GeoViewTapped events when the user double clicks on the map? Thank you.