Checks if the MapEvent has been caused by a tap.
bool wasTriggeredByTap() => mapEvent is MapEventTap || mapEvent is MapEventSecondaryTap || mapEvent is MapEventLongPress;