9 #import <Foundation/Foundation.h> 10 #import <UIKit/UIKit.h> 16 @property (nonatomic, strong) UIImage *
image;
UIColor * fillColor
精度圈填充颜色
Definition: MAUserLocationRepresentation.h:28
BOOL showsAccuracyRing
是否显示精度圈。默认为YES
Definition: MAUserLocationRepresentation.h:19
用户位置显示样式控制
Definition: MAUserLocationRepresentation.h:13
CGFloat lineWidth
精度圈边线宽度,默认是2
Definition: MAUserLocationRepresentation.h:25
UIColor * strokeColor
精度圈边线颜色
Definition: MAUserLocationRepresentation.h:31
BOOL showsHeadingIndicator
是否显示方向指示( MAUserTrackingModeFollowWithHeading 模式开启)。默认为YES
Definition: MAUserLocationRepresentation.h:22
UIImage * image
标注图片。若设置为nil,则为默认图片。
Definition: MAUserLocationRepresentation.h:16
NSArray * lineDashPattern
边线虚线样式, 默认是nil
Definition: MAUserLocationRepresentation.h:34