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 <josh.erb@mapbox.com>2018-10-24 10:56:21 -0400
commit269f1dc05e79b7ba8d17488806b416ab8ded719f (patch)
treefd33fd5067d4239f3571b37063b50e6ec81309ab /platform/darwin/src/MGLLocationManager.h
parentaf69d85f4eed5f496ffa39056c125d75ebf1f25f (diff)
downloadqtlocation-mapboxgl-269f1dc05e79b7ba8d17488806b416ab8ded719f.tar.gz
* 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>