summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2018-07-10 16:00:53 -0700
committerFabian Guerra <fabian.guerra@mapbox.com>2018-07-20 09:46:38 -0700
commit8781a5341d61a0da059c49d15d8386bdcece7eb1 (patch)
treee955f4974e759d95fb094252607724461d336ecb
parent8f17ef6abfdd35249a882fd395f487c21ef10527 (diff)
downloadqtlocation-mapboxgl-8781a5341d61a0da059c49d15d8386bdcece7eb1.tar.gz
[ios] Clarify map view's locationManager property usage.
-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`.
*/