summaryrefslogtreecommitdiff
path: root/platform/ios/MGLUserLocation_Private.h
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-03-25 17:48:22 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-03-25 17:48:22 -0700
commitf3058dbc9ad37b498fc96c748d04c678c8b16726 (patch)
tree261194afc895402b6bfe2770bd26ea63f98d5c1f /platform/ios/MGLUserLocation_Private.h
parentc7b8cb1477139da834a5ceef051d9df375bfeb03 (diff)
downloadqtlocation-mapboxgl-f3058dbc9ad37b498fc96c748d04c678c8b16726.tar.gz
closes #1082, refs #756: user dot on map in iOS
Diffstat (limited to 'platform/ios/MGLUserLocation_Private.h')
-rw-r--r--platform/ios/MGLUserLocation_Private.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/ios/MGLUserLocation_Private.h b/platform/ios/MGLUserLocation_Private.h
new file mode 100644
index 0000000000..d4f358bcbc
--- /dev/null
+++ b/platform/ios/MGLUserLocation_Private.h
@@ -0,0 +1,9 @@
+#import "MGLUserLocation.h"
+
+@interface MGLUserLocation (Private)
+
+@property (nonatomic, readwrite) CLLocationCoordinate2D coordinate;
+@property (nonatomic, readwrite) CLLocation *location;
+@property (nonatomic, readwrite) CLHeading *heading;
+
+@end