BaiduMap_IOSSDK_v6.6.1_Docs
|
此类用于定义一个圆弧View 更多...
#import <BMKArclineView.h>
属性 | |
BMKArcline * | arcline |
该View对应的圆弧数据对象 | |
BOOL | isClickable |
是否可点击,默认NO | |
![]() | |
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
- (nullable instancetype) initWithArcline: | (BMKArcline *) | arcline |
根据指定的弧线生成一个圆弧View
arcline | 指定的弧线数据对象 |