summaryrefslogtreecommitdiff
path: root/platform/ios/MGLUserLocation_Private.h
blob: d4f358bcbcc4db745dcec73bbed0afd9f098cd69 (plain)
1
2
3
4
5
6
7
8
9
#import "MGLUserLocation.h"

@interface MGLUserLocation (Private)

@property (nonatomic, readwrite) CLLocationCoordinate2D coordinate;
@property (nonatomic, readwrite) CLLocation *location;
@property (nonatomic, readwrite) CLHeading *heading;

@end