the touchDelegate has method “didTapAtScreenPoint” “didTouchDownAtScreenPoint” “didTouchUpAtScreenPoint”. But when I give “completion(YES)” to “didTouchDownAtScreenPoint”, “didTapAtScreenPoint” will has no response, and the map can’t be drag.Now I need method “didTapAtScreenPoint” has a response and I need a method to know when a tap or drag gesture start and end and don’t interrupt the gesture. What should I do?