summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapViewDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLMapViewDelegate.h')
-rw-r--r--platform/ios/src/MGLMapViewDelegate.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/platform/ios/src/MGLMapViewDelegate.h b/platform/ios/src/MGLMapViewDelegate.h
index c0abe1fe1a..abb2e9be03 100644
--- a/platform/ios/src/MGLMapViewDelegate.h
+++ b/platform/ios/src/MGLMapViewDelegate.h
@@ -166,24 +166,6 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (void)mapView:(MGLMapView *)mapView regionDidChangeWithReason:(MGLCameraChangeReason)reason animated:(BOOL)animated;
-
-#pragma mark Responding to user gestures
-
-/**
- Tells the delegate that the user has tapped on the map view.
-
- This method will not be called when the user single taps on an annotation, or if an annotation
- is currently selected.
-
- @param mapView The map view that was tapped.
- @param coordinate Location of tap in world coordinates.
-
- @note If you implement this method, custom tap gesture recognizers that are installed will fail to
- trigger, since the built-in single tap recognizer will no longer fail.
- */
-- (void)mapView:(MGLMapView *)mapView didSingleTapAtCoordinate:(CLLocationCoordinate2D)coordinate;
-
-
#pragma mark Loading the Map
/**