summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLUserLocation.h
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-01-05 14:37:29 +0100
committerJason Wray <jason@mapbox.com>2017-07-13 01:38:29 -0400
commit629922f5570abc46011db092d204c2e7642812c3 (patch)
treed5cb5f6e1a90adbf236ff69839bd0386e47d313c /platform/ios/src/MGLUserLocation.h
parent3fce13349ccdcc1af0efd333020949c355376282 (diff)
downloadqtlocation-mapboxgl-629922f5570abc46011db092d204c2e7642812c3.tar.gz
[build] enable -fvisibility=hidden for iOS
Diffstat (limited to 'platform/ios/src/MGLUserLocation.h')
-rw-r--r--platform/ios/src/MGLUserLocation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/src/MGLUserLocation.h b/platform/ios/src/MGLUserLocation.h
index 30bfc592ca..8c6fe46136 100644
--- a/platform/ios/src/MGLUserLocation.h
+++ b/platform/ios/src/MGLUserLocation.h
@@ -1,6 +1,7 @@
#import <Foundation/Foundation.h>
#import <CoreLocation/CoreLocation.h>
+#import "MGLFoundation.h"
#import "MGLAnnotation.h"
NS_ASSUME_NONNULL_BEGIN
@@ -11,6 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
directly. Instead, you retrieve an existing `MGLUserLocation` object from the
`userLocation` property of the map view displayed in your application.
*/
+MGL_EXPORT
@interface MGLUserLocation : NSObject <MGLAnnotation, NSSecureCoding>
#pragma mark Determining the User’s Position