10#import <Foundation/Foundation.h>
11#import <UIKit/UIKit.h>
13#define kAccuracyCircleDefaultColor [UIColor colorWithRed:136/255.0 green:166/255.0 blue:227/255.0 alpha:.3]
46@property (nonatomic, strong) UIImage*
image;
Definition MAUserLocationRepresentation.h:18
BOOL enablePulseAnnimation
Definition MAUserLocationRepresentation.h:43
BOOL showsAccuracyRing
Definition MAUserLocationRepresentation.h:21
UIColor * strokeColor
Definition MAUserLocationRepresentation.h:30
UIColor * locationDotFillColor
Definition MAUserLocationRepresentation.h:40
UIImage * image
Definition MAUserLocationRepresentation.h:46
UIColor * fillColor
Definition MAUserLocationRepresentation.h:27
UIColor * locationDotBgColor
Definition MAUserLocationRepresentation.h:37
CGFloat lineWidth
Definition MAUserLocationRepresentation.h:33
BOOL showsHeadingIndicator
Definition MAUserLocationRepresentation.h:24