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.