summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLCompassButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLCompassButton.h')
-rw-r--r--platform/ios/src/MGLCompassButton.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/platform/ios/src/MGLCompassButton.h b/platform/ios/src/MGLCompassButton.h
deleted file mode 100644
index 9c3d9d1c77..0000000000
--- a/platform/ios/src/MGLCompassButton.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#import <UIKit/UIKit.h>
-
-#import "MGLTypes.h"
-
-NS_ASSUME_NONNULL_BEGIN
-
-/**
- A specialized view that displays the current compass heading for its associated map.
- */
-MGL_EXPORT
-@interface MGLCompassButton : UIImageView
-
-/**
- The visibility of the compass button.
-
- You can configure a compass button to be visible all the time or only when the compass heading changes.
- */
-@property (nonatomic, assign) MGLOrnamentVisibility compassVisibility;
-
-@end
-
-NS_ASSUME_NONNULL_END