summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLMapView.h')
-rw-r--r--platform/ios/src/MGLMapView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index 9cc36a8811..2e56668e5e 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -300,8 +300,8 @@ MGL_EXPORT IB_DESIGNABLE
The object that this map view uses to start and stop the delivery of location-related
events.
- If no custom manager is provided or setting this property to `nil` will default
- to the internal `CLLocationManager` based implementation.
+ If setting this property to `nil` and setting `showsUseLocation` to `YES`, or
+ if no custom manager is provided it will use the default implementation.
Set the custom location manager before calling `showUserLocation`.
*/