summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-04-17 16:47:13 -0400
committerJason Wray <jason@mapbox.com>2018-04-17 19:22:26 -0400
commit7c63b4addc9b136ad29db95ba247bf54af435fe3 (patch)
tree8526794b97d00e06e880d06cb0e48f37ec9657e0
parenta6c02adeb6938e97aa6c78c67c0738bd5fda6bdc (diff)
downloadqtlocation-mapboxgl-7c63b4addc9b136ad29db95ba247bf54af435fe3.tar.gz
[ios] Provide MGLStyle.localizesLabels unavailability notice
-rw-r--r--platform/darwin/src/MGLStyle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLStyle.h b/platform/darwin/src/MGLStyle.h
index f402acd36e..6df627d7af 100644
--- a/platform/darwin/src/MGLStyle.h
+++ b/platform/darwin/src/MGLStyle.h
@@ -497,6 +497,8 @@ MGL_EXPORT
*/
- (void)localizeLabelsIntoLocale:(nullable NSLocale *)locale;
+@property (nonatomic) BOOL localizesLabels __attribute__((unavailable("Use -localizeLabelsIntoLocale: instead.")));
+
@end
NS_ASSUME_NONNULL_END