summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLLocationManager.h
diff options
context:
space:
mode:
authorJosh Erb <josh.erb@mapbox.com>2018-10-23 17:37:28 -0400
committerJosh Erb <josherb4@gmail.com>2018-10-24 13:24:23 -0400
commit2d471da9ce77f2ac9a0e03c59cb19c75325240b8 (patch)
treea0fd331afa4c1f36156746c185af61ed80d87530 /platform/darwin/src/MGLLocationManager.h
parent0d4c3656a3d14a28d6359b27c01e338fbdfc1c87 (diff)
downloadqtlocation-mapboxgl-2d471da9ce77f2ac9a0e03c59cb19c75325240b8.tar.gz
[ios][documentation] add two links for delegates
* MGLMapView <-> MGLMapViewDelegate * MGLCalloutView <-> MGLCalloutViewDelegate * MGLLocationManager <-> MGLLocationManagerDelegate
Diffstat (limited to 'platform/darwin/src/MGLLocationManager.h')
-rw-r--r--platform/darwin/src/MGLLocationManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLLocationManager.h b/platform/darwin/src/MGLLocationManager.h
index 121dcc2293..d6cfab60d8 100644
--- a/platform/darwin/src/MGLLocationManager.h
+++ b/platform/darwin/src/MGLLocationManager.h
@@ -13,6 +13,8 @@ NS_ASSUME_NONNULL_BEGIN
Core Location framework’s `CLLocationManager` class, but your implementation
does not need to be based on `CLLocationManager`.
+ To receive location updates from an object that conforms to the `MGLLocationManager`
+ protocol, use the optional methods available in the `MGLLocationManagerDelegate` protocol.
*/
@protocol MGLLocationManager <NSObject>