iOS高德地图SDK(2D)  v5.6.0
MAUserLocationRepresentation.h
Go to the documentation of this file.
1 //
2 // MAUserLocationRepresentation.h
3 // MAMapKitNew
4 //
5 // Created by AutoNavi.
6 // Copyright (c) 2014年 Amap. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <UIKit/UIKit.h>
11 
13 @interface MAUserLocationRepresentation : NSObject
14 
16 @property (nonatomic, strong) UIImage *image;
17 
19 @property (nonatomic, assign) BOOL showsAccuracyRing;
20 
22 @property (nonatomic, assign) BOOL showsHeadingIndicator;
23 
25 @property (nonatomic, assign) CGFloat lineWidth;
26 
28 @property (nonatomic, strong) UIColor *fillColor;
29 
31 @property (nonatomic, strong) UIColor *strokeColor;
32 
34 @property (nonatomic, copy) NSArray *lineDashPattern;
35 
36 @end
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
© 2017 高德信息技术有限公司 版权所有,保留所有权利。