BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
属性 | 所有成员列表
BMKLocationViewDisplayParam类 参考

此类表示定位图层自定义样式参数 更多...

#include <BMKLocationViewDisplayParam.h>

类 BMKLocationViewDisplayParam 继承关系图:

属性

CGFloat locationViewOffsetX
 定位图标X轴偏移量(屏幕坐标)
 
CGFloat locationViewOffsetY
 定位图标Y轴偏移量(屏幕坐标)
 
BOOL isAccuracyCircleShow
 精度圈是否显示,默认YES
 
UIColor * accuracyCircleFillColor
 精度圈 填充颜色
 
UIColor * accuracyCircleStrokeColor
 精度圈 边框颜色
 
CGFloat accuracyCircleBorderWidth
 精度圈 边框宽度,默认1.6point,since 6.5.7
 
BOOL isRotateAngleValid
 跟随态旋转角度是否生效,默认YES
 
NSString * locationViewImgName
 定位图标名称,需要将该图片放到 mapapi.bundle/images 目录下
 
UIImage * locationViewImage
 用户自定义定位图标,V4.2.1以后支持
 
BOOL canShowCallOut
 是否显示气泡,默认YES
 
LocationViewHierarchy locationViewHierarchy
 locationView在mapview上的层级 默认值为LOCATION_VIEW_HIERARCHY_BOTTOM
 
BOOL isLocationArrowStyleCustom
 是否是定位图标箭头样式自定义,YES:箭头样式自定义, NO:整体样式自定义,默认NO
 
UIImage * locationViewImageNew
 新版用户自定义定位图标,since 6.5.7
 
NSString * locationViewGifImageFilePath
 定位图标整体样式自定义gif图文件路径,since 6.5.7
 
CGFloat locationViewImageSizeScale
 定位图标整体样式自定义大小缩放系数,默认为1,可设置范围0.1~2.0,基于固定尺寸CGSizeMake(30, 30)缩放,since 6.5.7
 
BOOL breatheEffectOpenForWholeStyle
 定位图标整体样式自定义呼吸效果,默认为NO,since 6.5.7
 
UIImage * locationViewCenterImage
 箭头样式定位图标中心图片,无方向,since 6.5.7
 
NSString * locationViewCenterGifImageFilePath
 箭头样式定位图标中心圆点gif图文件路径,无方向,since 6.5.7
 
CGFloat locationViewCenterImageSizeScale
 箭头样式定位图标中心圆点图片大小缩放系数,默认为1,可设置范围0.1~2.0,基于固定尺寸CGSizeMake(30, 30)缩放,since 6.5.7
 
UIImage * locationViewAroundArrowsImage
 箭头样式定位图标周边箭头轮廓图片,箭头向上为正,since 6.5.7
 
CGFloat locationViewAroundArrowsImageSizeScale
 箭头样式定位图标周边箭头轮廓图片大小缩放系数,默认为1,可设置范围0.2~3.0,基于图片大小缩放,since 6.5.7
 
BOOL breatheEffectOpenForArrowsStyle
 箭头样式定位图标呼吸效果,默认为YES,since 6.5.7
 

详细描述

此类表示定位图层自定义样式参数

属性说明

◆ accuracyCircleBorderWidth

- (CGFloat) accuracyCircleBorderWidth
readwritenonatomicassign

精度圈 边框宽度,默认1.6point,since 6.5.7

◆ accuracyCircleFillColor

- (UIColor*) accuracyCircleFillColor
readwritenonatomicstrong

精度圈 填充颜色

◆ accuracyCircleStrokeColor

- (UIColor*) accuracyCircleStrokeColor
readwritenonatomicstrong

精度圈 边框颜色

◆ breatheEffectOpenForArrowsStyle

- (BOOL) breatheEffectOpenForArrowsStyle
readwritenonatomicassign

箭头样式定位图标呼吸效果,默认为YES,since 6.5.7

◆ breatheEffectOpenForWholeStyle

- (BOOL) breatheEffectOpenForWholeStyle
readwritenonatomicassign

定位图标整体样式自定义呼吸效果,默认为NO,since 6.5.7

◆ canShowCallOut

- (BOOL) canShowCallOut
readwritenonatomicassign

是否显示气泡,默认YES

◆ isAccuracyCircleShow

- (BOOL) isAccuracyCircleShow
readwritenonatomicassign

精度圈是否显示,默认YES

◆ isLocationArrowStyleCustom

- (BOOL) isLocationArrowStyleCustom
readwritenonatomicassign

是否是定位图标箭头样式自定义,YES:箭头样式自定义, NO:整体样式自定义,默认NO

◆ isRotateAngleValid

- (BOOL) isRotateAngleValid
readwritenonatomicassign

跟随态旋转角度是否生效,默认YES

◆ locationViewAroundArrowsImage

- (UIImage*) locationViewAroundArrowsImage
readwritenonatomicstrong

箭头样式定位图标周边箭头轮廓图片,箭头向上为正,since 6.5.7

◆ locationViewAroundArrowsImageSizeScale

- (CGFloat) locationViewAroundArrowsImageSizeScale
readwritenonatomicassign

箭头样式定位图标周边箭头轮廓图片大小缩放系数,默认为1,可设置范围0.2~3.0,基于图片大小缩放,since 6.5.7

◆ locationViewCenterGifImageFilePath

- (NSString*) locationViewCenterGifImageFilePath
readwritenonatomiccopy

箭头样式定位图标中心圆点gif图文件路径,无方向,since 6.5.7

◆ locationViewCenterImage

- (UIImage*) locationViewCenterImage
readwritenonatomicstrong

箭头样式定位图标中心图片,无方向,since 6.5.7

◆ locationViewCenterImageSizeScale

- (CGFloat) locationViewCenterImageSizeScale
readwritenonatomicassign

箭头样式定位图标中心圆点图片大小缩放系数,默认为1,可设置范围0.1~2.0,基于固定尺寸CGSizeMake(30, 30)缩放,since 6.5.7

◆ locationViewGifImageFilePath

- (NSString*) locationViewGifImageFilePath
readwritenonatomiccopy

定位图标整体样式自定义gif图文件路径,since 6.5.7

◆ locationViewHierarchy

- (LocationViewHierarchy) locationViewHierarchy
readwritenonatomicassign

locationView在mapview上的层级 默认值为LOCATION_VIEW_HIERARCHY_BOTTOM

◆ locationViewImage

- (UIImage*) locationViewImage
readwritenonatomicstrong

用户自定义定位图标,V4.2.1以后支持

◆ locationViewImageNew

- (UIImage*) locationViewImageNew
readwritenonatomicstrong

新版用户自定义定位图标,since 6.5.7

◆ locationViewImageSizeScale

- (CGFloat) locationViewImageSizeScale
readwritenonatomicassign

定位图标整体样式自定义大小缩放系数,默认为1,可设置范围0.1~2.0,基于固定尺寸CGSizeMake(30, 30)缩放,since 6.5.7

◆ locationViewImgName

- (NSString*) locationViewImgName
readwritenonatomiccopy

定位图标名称,需要将该图片放到 mapapi.bundle/images 目录下

◆ locationViewOffsetX

- (CGFloat) locationViewOffsetX
readwritenonatomicassign

定位图标X轴偏移量(屏幕坐标)

◆ locationViewOffsetY

- (CGFloat) locationViewOffsetY
readwritenonatomicassign

定位图标Y轴偏移量(屏幕坐标)


该类的文档由以下文件生成: