|
BaiduMap_IOSSDK_v6.5.2_Docs
6.5.2
|
此类用于定义一个轨迹View since 6.4.0 更多...
#import <BMKTraceOverlayView.h>
属性 | |
| BMKTraceOverlay * | traceOverlay |
| 该View对应的折线数据对象 更多... | |
属性 继承自 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 since 6.4.0
| - (nullable instancetype) initWithTraceOverlay: | (BMKTraceOverlay *) | traceOverlay |
根据指定的轨迹生成一个轨迹View
| traceOverlay | 指定的轨迹数据对象 |
|
readnonatomicassign |
该View对应的折线数据对象