|
BaiduMap_IOSSDK_v6.5.2_Docs
6.5.2
|
此类用于定义一个折线View 更多...
#import <BMKPolylineView.h>
属性 | |
| BMKPolyline * | polyline |
| 该View对应的折线数据对象 更多... | |
| BMKLineJoinType | lineJoinType |
| LineJoinType,默认是kBMKLineJoinBevel(不支持虚线) 更多... | |
| BMKLineCapType | lineCapType |
| LineCapType,默认是kBMKLineCapButt (不支持虚线) 更多... | |
属性 继承自 BMKGeometryView | |
| UIColor * | fillColor |
| UIColor * | strokeColor |
| CGFloat | lineWidth |
| 画笔宽度,默认为0 更多... | |
| BMKLineDashType | lineDashType |
| 虚线类型, since 5.0.0,默认kBMKLineDashTypeNone (仅支持颜色虚线) 更多... | |
属性 继承自 BMKOverlayGLBasicView | |
| UIImage * | textureImage |
| 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
| - (BOOL isFocus) __deprecated_msg | ("已废弃since 5.0.0") |
是否分段纹理/分段颜色绘制(突出显示),默认YES,YES:使用分段纹理绘制 NO:使用默认的灰色纹理绘制
| - (NSArray<UIColor *>* colors) __deprecated_msg | ("已废弃since 6.5.) | 0 | |
| (请使用BMKMultiColorPolylineView中strokeColors") | |||
使用分段颜色绘制时,必须设置(内容必须为UIColor) 注:请使用 - (UIColor *)initWithRed:(CGFloat)red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha; 初始化UIColor。 使用[UIColor ***Color]初始化时,个别case转换成RGB后会有问题
| - (nullable instancetype) initWithPolyline: | (BMKPolyline *) | polyline |
根据指定的折线生成一个折线View
| polyline | 指定的折线数据对象 |
|
readwritenonatomicassign |
LineCapType,默认是kBMKLineCapButt (不支持虚线)
|
readwritenonatomicassign |
LineJoinType,默认是kBMKLineJoinBevel(不支持虚线)
|
readnonatomicassign |
该View对应的折线数据对象