summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLUserLocationHeadingBeamLayer.h
blob: 93f8ea17abb381073360f5d06da1b49e3d082362 (plain)
1
2
3
4
5
6
7
8
9
10
11
#import <QuartzCore/QuartzCore.h>
#import "MGLUserLocationAnnotationView.h"
#import "MGLUserLocationHeadingIndicator.h"

@interface MGLUserLocationHeadingBeamLayer : CALayer <MGLUserLocationHeadingIndicator>

- (MGLUserLocationHeadingBeamLayer *)initWithUserLocationAnnotationView:(MGLUserLocationAnnotationView *)userLocationView;
- (void)updateHeadingAccuracy:(CLLocationDirection)accuracy;
- (void)updateTintColor:(CGColorRef)color;

@end