From 269f1dc05e79b7ba8d17488806b416ab8ded719f Mon Sep 17 00:00:00 2001 From: Josh Erb Date: Tue, 23 Oct 2018 17:37:28 -0400 Subject: add two way links * MGLMapView <-> MGLMapViewDelegate * MGLCalloutView <-> MGLCalloutViewDelegate * MGLLocationManager <-> MGLLocationManagerDelegate --- platform/darwin/src/MGLLocationManager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/darwin/src/MGLLocationManager.h') 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 -- cgit v1.2.1