summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapViewDelegate.h
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-12-09 13:30:18 +0200
committerTobrun <tobrun@mapbox.com>2018-12-19 14:10:32 +0100
commit94aa32f2a8b0b8d9eb90c14c44abd86722b347bd (patch)
tree957628e5bf2e292e2846f68a65e55f0749e99127 /platform/ios/src/MGLMapViewDelegate.h
parent108560dab793c56e3b09d6e0bb0f52247158aa66 (diff)
downloadqtlocation-mapboxgl-94aa32f2a8b0b8d9eb90c14c44abd86722b347bd.tar.gz
[docs] EnterIdle -> BecomeIdle
Diffstat (limited to 'platform/ios/src/MGLMapViewDelegate.h')
-rw-r--r--platform/ios/src/MGLMapViewDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapViewDelegate.h b/platform/ios/src/MGLMapViewDelegate.h
index 60f3cc7370..535f44a7fb 100644
--- a/platform/ios/src/MGLMapViewDelegate.h
+++ b/platform/ios/src/MGLMapViewDelegate.h
@@ -240,7 +240,7 @@ NS_ASSUME_NONNULL_BEGIN
@param mapView The map view that has just entered the idle state.
*/
-- (void)mapViewDidEnterIdle:(MGLMapView *)mapView;
+- (void)mapViewDidBecomeIdle:(MGLMapView *)mapView;
/**
Tells the delegate that the map has just finished loading a style.