summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-09-28 17:03:41 -0400
committerJason Wray <jason@mapbox.com>2017-09-28 17:03:41 -0400
commitb665e90bd217215007682800d47ee8ea12a31945 (patch)
tree8dc763a67e606217b5157b1671aaeeab145f26ff
parentb9cf4a750302d79f8b8473dfedd522a69821e34f (diff)
downloadqtlocation-mapboxgl-b665e90bd217215007682800d47ee8ea12a31945.tar.gz
[ios] Undocument deprecated style class methods
-rw-r--r--platform/ios/src/MGLMapView.h16
1 files changed, 4 insertions, 12 deletions
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index 5779576b86..39c3674931 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -281,24 +281,16 @@ MGL_EXPORT IB_DESIGNABLE
*/
- (IBAction)showAttribution;
-/**
- Support for style classes has been removed. This property always returns an empty array.
- */
+// Support for style classes has been removed. This property always returns an empty array.
@property (nonatomic) NS_ARRAY_OF(NSString *) *styleClasses __attribute__((deprecated("This property is non-functional.")));
-/**
- Support for style classes has been removed. This property always returns NO.
- */
+// Support for style classes has been removed. This property always returns NO.
- (BOOL)hasStyleClass:(NSString *)styleClass __attribute__((deprecated("This method is non-functional.")));
-/**
- Support for style classes has been removed. This property is a no-op.
- */
+// Support for style classes has been removed. This property is a no-op.
- (void)addStyleClass:(NSString *)styleClass __attribute__((deprecated("This method is non-functional.")));
-/**
- Support for style classes has been removed. This property is a no-op.
- */
+// Support for style classes has been removed. This property is a no-op.
- (void)removeStyleClass:(NSString *)styleClass __attribute__((deprecated("This method is non-functional.")));
#pragma mark Displaying the User’s Location