summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLFaux3DUserLocationAnnotationView.h
blob: 35fb31a342c136f92a7d874c149e4e62364d3dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#import <UIKit/UIKit.h>
#import "MGLUserLocationAnnotationView.h"

extern const CGFloat MGLUserLocationAnnotationDotSize;
extern const CGFloat MGLUserLocationAnnotationHaloSize;

extern const CGFloat MGLUserLocationAnnotationPuckSize;
extern const CGFloat MGLUserLocationAnnotationArrowSize;

// Threshold in radians between heading indicator rotation updates.
extern const CGFloat MGLUserLocationHeadingUpdateThreshold;

@interface MGLFaux3DUserLocationAnnotationView : MGLUserLocationAnnotationView

@end