summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.h
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-02-20 16:32:54 -0500
committerJason Wray <jason@mapbox.com>2017-02-21 16:10:00 -0500
commitc7975e6a18b397df9918687ef8c8d0f76d00be76 (patch)
treefe26b3fd104b25b656ed38921af2d24cb5307b38 /platform/ios/src/MGLMapView.h
parent3b063d9be079cbe77e2772f2a7a38641cbfe4cf4 (diff)
downloadqtlocation-mapboxgl-c7975e6a18b397df9918687ef8c8d0f76d00be76.tar.gz
[ios] Clean-up conditionals for iOS <8
Diffstat (limited to 'platform/ios/src/MGLMapView.h')
-rw-r--r--platform/ios/src/MGLMapView.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index f1670ec49f..a46aaac463 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -252,10 +252,10 @@ IB_DESIGNABLE
whether the user’s position is visible, use the `userLocationVisible` property.
The default value of this property is `NO`.
- On iOS 8 and above, your app must specify a value for
- `NSLocationWhenInUseUsageDescription` or `NSLocationAlwaysUsageDescription` in
- its `Info.plist` to satisfy the requirements of the underlying Core Location
- framework when enabling this property.
+ Your app must specify a value for `NSLocationWhenInUseUsageDescription` or
+ `NSLocationAlwaysUsageDescription` in its `Info.plist` to satisfy the
+ requirements of the underlying Core Location framework when enabling this
+ property.
*/
@property (nonatomic, assign) BOOL showsUserLocation;