From 0a700825dc4cd8506ac9ea5a7c8dcbdd54f72063 Mon Sep 17 00:00:00 2001 From: Sam Fader Date: Wed, 15 May 2019 15:00:23 -0700 Subject: [ios, macos] clarified documentation for newCamera param of the shouldChangeFromCamera delegate part 2 --- platform/ios/src/MGLMapViewDelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/ios/src/MGLMapViewDelegate.h b/platform/ios/src/MGLMapViewDelegate.h index 6e2ab506f2..f5249d1797 100644 --- a/platform/ios/src/MGLMapViewDelegate.h +++ b/platform/ios/src/MGLMapViewDelegate.h @@ -69,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN method returns `YES`, the viewport of the map will transition to the new camera. Note that the new camera cannot be modified. @param reason The reason for the camera change. @return A Boolean value indicating whether the map view should stay at - `oldCamera` or change to `newCamera`. + `oldCamera` or transition to `newCamera`. @note If this method is implemented `-mapView:shouldChangeFromCamera:toCamera:` will not be called. */ -- cgit v1.2.1