|
BaiduMap_IOSSDK_v6.6.7_Docs
6.6.7
|
#import <BMKBaseMarkerView.h>
属性 | |
| BMKBaseMarker * | marker |
| 该View对应的marker覆盖物 更多... | |
| BOOL | isClickable |
| 是否可点击,默认YES 更多... | |
| BOOL | draggable |
| 是否可长按拖拽移动,默认NO。且isClickable为YES时生效。 更多... | |
属性 继承自 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 |
| - (nullable instancetype) initWithMarker: | (BMKBaseMarker *) | marker |
根据指定marker覆盖物生成对应的View
| marker | 指定的文字覆盖物 |
|
readwritenonatomicassign |
是否可长按拖拽移动,默认NO。且isClickable为YES时生效。
|
readwritenonatomicassign |
是否可点击,默认YES
|
readnonatomicassign |
该View对应的marker覆盖物