BaiduMap_IOSSDK_v6.5.5doc_Docs
6.5.5
|
此文件定义分段多纹理折线View since 6.5.0 更多...
#import <BMKMultiTexturePolylineView.h>
属性 | |
BMKMultiPolyline * | multiPolyline |
该View对应的折线数据对象 更多... | |
NSArray< UIImage * > * | textureImages |
![]() | |
BMKPolyline * | polyline |
该View对应的折线数据对象 更多... | |
BMKLineJoinType | lineJoinType |
LineJoinType,默认是kBMKLineJoinBevel(不支持虚线) 更多... | |
BMKLineCapType | lineCapType |
LineCapType,默认是kBMKLineCapButt (不支持虚线) 更多... | |
![]() | |
UIColor * | fillColor |
UIColor * | strokeColor |
CGFloat | lineWidth |
画笔宽度,默认为0 更多... | |
BMKLineDashType | lineDashType |
虚线类型, since 5.0.0,默认kBMKLineDashTypeNone (仅支持颜色虚线) 更多... | |
![]() | |
UIImage * | textureImage |
BOOL | keepScale |
纹理图片是否缩放,默认NO 更多... | |
![]() | |
id< BMKOverlay > | overlay |
关联的overlay对象 更多... | |
GLuint | strokeTextureID |
关联的纹理对象ID 更多... | |
额外继承的成员函数 | |
![]() | |
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次幂