|
BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
|
该类用于定义圆对应的View 更多...
#include <BMKCircleView.h>
属性 | |
| BMKCircle * | circle |
| 该View对应的圆 | |
| BOOL | isClickable |
| 是否可点击,默认NO | |
| BOOL | isHoleClickable |
| 镂空区域是否可点击,默认NO:点中镂空区域时不触发该overlay的点击回调 | |
| NSInteger | holeClickedIndex |
| isHoleClickable为YES时,触发回调的镂空索引值,默认-1:点中的是非镂空区域 | |
属性 继承自 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
| - (nullable instancetype) initWithCircle: | (BMKCircle *) | circle |
根据指定圆生成对应的View
| circle | 指定的圆 |
|
readnonatomicassign |
该View对应的圆
|
readwritenonatomicassign |
isHoleClickable为YES时,触发回调的镂空索引值,默认-1:点中的是非镂空区域
|
readwritenonatomicassign |
是否可点击,默认NO
|
readwritenonatomicassign |
镂空区域是否可点击,默认NO:点中镂空区域时不触发该overlay的点击回调