iOS高德地图SDK(3D)  V9.6.0
MAUserLocationRepresentation Class Reference

用户位置显示样式控制 More...

#import <MAUserLocationRepresentation.h>

Inheritance diagram for MAUserLocationRepresentation:

Properties

BOOL showsAccuracyRing
 精度圈是否显示,默认YES More...
 
BOOL showsHeadingIndicator
 是否显示方向指示(MAUserTrackingModeFollowWithHeading模式开启)。默认为YES More...
 
UIColor * fillColor
 精度圈 填充颜色, 默认 kAccuracyCircleDefaultColor More...
 
UIColor * strokeColor
 精度圈 边线颜色, 默认 kAccuracyCircleDefaultColor More...
 
CGFloat lineWidth
 精度圈 边线宽度,默认0 More...
 
UIColor * locationDotBgColor
 定位点背景色,不设置默认白色 More...
 
UIColor * locationDotFillColor
 定位点蓝色圆点颜色,不设置默认蓝色 More...
 
BOOL enablePulseAnnimation
 内部蓝色圆点是否使用律动效果, 默认YES More...
 
UIImage * image
 定位图标, 与蓝色原点互斥 More...
 

Detailed Description

用户位置显示样式控制

Property Documentation

◆ enablePulseAnnimation

- (BOOL) enablePulseAnnimation
readwritenonatomicassign

内部蓝色圆点是否使用律动效果, 默认YES

◆ fillColor

- (UIColor*) fillColor
readwritenonatomicstrong

精度圈 填充颜色, 默认 kAccuracyCircleDefaultColor

◆ image

- (UIImage*) image
readwritenonatomicstrong

定位图标, 与蓝色原点互斥

◆ lineWidth

- (CGFloat) lineWidth
readwritenonatomicassign

精度圈 边线宽度,默认0

◆ locationDotBgColor

- (UIColor*) locationDotBgColor
readwritenonatomicstrong

定位点背景色,不设置默认白色

◆ locationDotFillColor

- (UIColor*) locationDotFillColor
readwritenonatomicstrong

定位点蓝色圆点颜色,不设置默认蓝色

◆ showsAccuracyRing

- (BOOL) showsAccuracyRing
readwritenonatomicassign

精度圈是否显示,默认YES

◆ showsHeadingIndicator

- (BOOL) showsHeadingIndicator
readwritenonatomicassign

是否显示方向指示(MAUserTrackingModeFollowWithHeading模式开启)。默认为YES

◆ strokeColor

- (UIColor*) strokeColor
readwritenonatomicstrong

精度圈 边线颜色, 默认 kAccuracyCircleDefaultColor


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。