|
BaiduMap_IOSSDK_v6.6.3_Docs
6.6.3
|
此类用于定义一个圆弧View 更多...
#import <BMKArclineView.h>
属性 | |
| BMKArcline * | arcline |
| 该View对应的圆弧数据对象 更多... | |
| BOOL | isClickable |
| 是否可点击,默认NO 更多... | |
| BMKLineBloomMode | lineBloomMode |
| BMKLineBloomDirection | lineBloomDirection |
| 默认向两侧发光,kBMKLineBloomDirectionAround; since 6.6.3 更多... | |
| CGFloat | lineBloomWidth |
| 发光处宽度,默认 0.0f;since 6.6.3 更多... | |
| CGFloat | lineBloomAlpha |
| 发光处透明度,取值范围 [0 ~ 255],默认 255.0f;since 6.6.3 更多... | |
| CGFloat | lineBloomGradientASPeed |
| int | lineBloomBlurTimes |
属性 继承自 BMKGeometryView | |
| UIColor * | fillColor |
| UIColor * | strokeColor |
| UIColor * | strokeColorProgressForward |
| 加载绘制当前进度之前的部分的画笔颜色,不设置时当前进度之前的路线不显示,轨迹动画化使用 since 6.6.3 更多... | |
| UIColor * | strokeColorProgressBackward |
| 加载绘制当前进度之后的部分的画笔颜色,不设置时当前进度之后的路线不显示,轨迹动画化使用 since 6.6.3 更多... | |
| CGFloat | lineWidth |
| 画笔宽度,默认为0 更多... | |
| BMKLineDashType | lineDashType |
| 虚线类型, since 5.0.0,默认kBMKLineDashTypeNone (仅支持颜色虚线) 更多... | |
属性 继承自 BMKOverlayGLBasicView | |
| UIImage * | textureImage |
| UIImage * | textureImageProgressForward |
| UIImage * | textureImageProgressBackward |
| BOOL | keepScale |
| 纹理图片是否缩放,默认NO 更多... | |
属性 继承自 BMKOverlayView | |
| id< BMKOverlay > | overlay |
| 关联的overlay对象 更多... | |
| GLuint | strokeTextureID |
| 关联的纹理对象ID 更多... | |
额外继承的成员函数 | |
Protected 属性 继承自 BMKOverlayView | |
| package id< BMKOverlay > | _overlay |
| BMKMapRect | _boundingMapRect |
| CGAffineTransform | _mapTransform |
| id | _geometryDelegate |
| id | _canDrawCache |
| BOOL | keepScale |
| CFTimeInterval | _lastTile |
| CFRunLoopTimerRef | _scheduledScaleTimer |
| struct { | |
| unsigned int keepAlive:1 | |
| unsigned int levelCrossFade:1 | |
| unsigned int drawingDisabled:1 | |
| unsigned int usesTiledLayer:1 | |
| } | _flags |
此类用于定义一个圆弧View
| - (nullable instancetype) initWithArcline: | (BMKArcline *) | arcline |
根据指定的弧线生成一个圆弧View
| arcline | 指定的弧线数据对象 |
|
readnonatomicassign |
该View对应的圆弧数据对象
|
readwritenonatomicassign |
是否可点击,默认NO
|
readwritenonatomicassign |
发光处透明度,取值范围 [0 ~ 255],默认 255.0f;since 6.6.3
|
readwritenonatomicassign |
模糊次数 since 6.6.3 取值范围 [1~10],默认值为 1 注意:模糊发光模式下该属性生效
|
readwritenonatomicassign |
默认向两侧发光,kBMKLineBloomDirectionAround; since 6.6.3
|
readwritenonatomicassign |
透明度渐变速度 since 6.6.3 取值范围 [1.0f ~ 10.0f],默认值为 5.0f 注意:渐变发光模式下该属性生效
|
readwritenonatomicassign |
发光模式,仅支持颜色实折线;since 6.6.3 默认不发光,kBMKLineBloomModeNone
|
readwritenonatomicassign |
发光处宽度,默认 0.0f;since 6.6.3