Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] Change locationManager to null resettable.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-guerra committed Jul 3, 2018
1 parent ba13806 commit cc4a2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/ios/src/MGLMapView.h
Expand Up @@ -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.
Expand Down

0 comments on commit cc4a2b2

Please sign in to comment.