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