| BaiduMap_IOSSDK_v6.6.5_Docs 6.6.5
    | 
此文件定义分段多纹理折线View since 6.5.0 更多...
#include <BMKMultiTexturePolylineView.h>
 
  
| 属性 | |
| BMKMultiPolyline * | multiPolyline | 
| 该View对应的折线数据对象 | |
| NSArray< UIImage * > * | textureImages | 
| NSArray< UIImage * > * | textureImagesProgressForward | 
| NSArray< UIImage * > * | textureImagesProgressBackward | 
|  属性 继承自 BMKPolylineView | |
| BMKPolyline * | polyline | 
| 该View对应的折线数据对象 | |
| BMKLineJoinType | lineJoinType | 
| LineJoinType,默认是kBMKLineJoinBevel(不支持虚线) | |
| BMKLineCapType | lineCapType | 
| LineCapType,默认是kBMKLineCapButt (不支持虚线) | |
| BOOL | isClickable | 
| 是否可点击,默认YES;since 6.5.7 | |
| BMKLineBloomMode | lineBloomMode | 
| BMKLineBloomDirection | lineBloomDirection | 
| 默认向两侧发光,kBMKLineBloomDirectionAround; since 6.6.3 | |
| CGFloat | lineBloomWidth | 
| 发光处宽度,默认 0.0f;since 6.5.7 | |
| CGFloat | lineBloomAlpha | 
| 发光处透明度,取值范围 [0 ~ 255],默认 255.0f;since 6.5.7 | |
| 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 since 6.5.0
| - (nullable instancetype) initWithMultiPolyline: | (BMKMultiPolyline *) | multiPolyline | 
根据指定的折线生成一个分段多纹理折线View
| multiPolyline | 指定的折线数据对象 | 
| 
 | readnonatomicassign | 
该View对应的折线数据对象
| 
 | readwritenonatomiccopy | 
加载分段纹理绘制 所需的纹理图片 since 6.5.0 必须UIImage数组,opengl要求图片宽高必须是2的n次幂
| 
 | readwritenonatomiccopy | 
当前进度之后的部分分段纹理绘制所需的纹理图片列表,不设置时当前进度之后的路线不显示,轨迹动画化使用 since 6.6.3 必须UIImage数组,opengl要求图片宽高必须是2的n次幂
| 
 | readwritenonatomiccopy | 
当前进度之前的部分分段纹理绘制所需的纹理图片列表,不设置时当前进度之前的路线不显示,轨迹动画化使用 since 6.6.3 必须UIImage数组,opengl要求图片宽高必须是2的n次幂