From cc4a2b23bc05350d6ebef8be2cb05258e089f477 Mon Sep 17 00:00:00 2001 From: Fabian Guerra Date: Tue, 3 Jul 2018 15:06:27 -0700 Subject: [PATCH] [ios] Change locationManager to null resettable. --- platform/ios/src/MGLMapView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h index f1007214060..9cc36a8811c 100644 --- a/platform/ios/src/MGLMapView.h +++ b/platform/ios/src/MGLMapView.h @@ -305,7 +305,7 @@ MGL_EXPORT IB_DESIGNABLE Set the custom location manager before calling `showUserLocation`. */ -@property (nonatomic, nullable) id locationManager; +@property (nonatomic, null_resettable) id locationManager; /** A Boolean value indicating whether the map may display the user location.