summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Fader <sam.fader@mapbox.com>2019-05-15 15:00:23 -0700
committerNadia Barbosa <nadiabarbosa@me.com>2019-05-15 16:49:00 -0700
commit0a700825dc4cd8506ac9ea5a7c8dcbdd54f72063 (patch)
treeb9dc0cbc52c0b99b56f8161d6f12b8a35b8d852c
parente88be0c06d00ac084008fdd9c3a0b72a59851cf4 (diff)
downloadqtlocation-mapboxgl-upstream/sf-camera-doc-update.tar.gz
[ios, macos] clarified documentation for newCamera param of the shouldChangeFromCamera delegate part 2upstream/sf-camera-doc-update
-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 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.
*/