summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2018-07-03 15:06:27 -0700
committerFabian Guerra <fabian.guerra@mapbox.com>2018-07-20 09:46:38 -0700
commit8f17ef6abfdd35249a882fd395f487c21ef10527 (patch)
tree0001d1b45fdcc2ee356e3d4c80f0d6343d2b27bf
parent56ca8d46f1d46e6f0fd96f634f97c238ae6d7f60 (diff)
downloadqtlocation-mapboxgl-8f17ef6abfdd35249a882fd395f487c21ef10527.tar.gz
[ios] Change locationManager to null resettable.
-rw-r--r--platform/ios/src/MGLMapView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index f100721406..9cc36a8811 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<MGLLocationManager> locationManager;
+@property (nonatomic, null_resettable) id<MGLLocationManager> locationManager;
/**
A Boolean value indicating whether the map may display the user location.