summaryrefslogtreecommitdiff
path: root/platform/ios/MGLUserLocation_Private.h
blob: 892ddfa478c035fb95a22ec20cbd679869e40f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#import "MGLUserLocation.h"

NS_ASSUME_NONNULL_BEGIN

@class MGLMapView;

@interface MGLUserLocation (Private)

@property (nonatomic, weak) MGLMapView *mapView;
@property (nonatomic, readwrite, nullable) CLLocation *location;
@property (nonatomic, readwrite, nullable) CLHeading *heading;

- (instancetype)initWithMapView:(MGLMapView *)mapView;

@end

NS_ASSUME_NONNULL_END