summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLMapViewDelegate.h
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-12-09 13:30:18 +0200
committerChris Loer <chris.loer@mapbox.com>2018-12-11 11:46:16 -0800
commit662a4955615d201f6d1525dcbf3cc08da3d546b4 (patch)
treeda1ab00d49c7c9102bfcb66c00c0bb75bdff7a1e /platform/macos/src/MGLMapViewDelegate.h
parent70c2d5a4cabcd87bc4e6e564fcd6dfa10bd4c521 (diff)
downloadqtlocation-mapboxgl-662a4955615d201f6d1525dcbf3cc08da3d546b4.tar.gz
[docs] EnterIdle -> BecomeIdle
Diffstat (limited to 'platform/macos/src/MGLMapViewDelegate.h')
-rw-r--r--platform/macos/src/MGLMapViewDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/src/MGLMapViewDelegate.h b/platform/macos/src/MGLMapViewDelegate.h
index ad59f5bd39..c7d6786666 100644
--- a/platform/macos/src/MGLMapViewDelegate.h
+++ b/platform/macos/src/MGLMapViewDelegate.h
@@ -162,7 +162,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.