BaiduMap_IOSSDK_v6.6.3_Docs
6.6.3
|
#import <BMKMultiPointOverlayView.h>
属性 | |
UIImage * | icon |
标注纹理图片 更多... | |
CGSize | pointSize |
纹理渲染大小,默认为icon图片大小 更多... | |
CGPoint | anchor |
经纬度对应图片中的位置,默认为(0.5,0.5),范围[0-1] 负值自动取其绝对值 左上角为 (0,0) 右下角为 (1,1) 更多... | |
BMKMultiPointOverlay * | multiPointOverlay |
该View对应的海量点数据对象 更多... | |
BOOL | isClickable |
是否可点击,默认YES 更多... | |
id< BMKMultiPointOverlayViewDelegate > | delegate |
点击海量点图层回调代理 更多... | |
![]() | |
UIImage * | textureImage |
UIImage * | textureImageProgressForward |
UIImage * | textureImageProgressBackward |
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 |
- (nullable instancetype) initWithMultiPointOverlay: | (BMKMultiPointOverlay *) | multiPointOverlay |
根据指定的海量点生成一个海量点图层View
multiPointOverlay | 指定的海量点数据对象 |
|
readwritenonatomicassign |
经纬度对应图片中的位置,默认为(0.5,0.5),范围[0-1] 负值自动取其绝对值 左上角为 (0,0) 右下角为 (1,1)
|
readwritenonatomicweak |
点击海量点图层回调代理
|
readwritenonatomicstrong |
标注纹理图片
|
readwritenonatomicassign |
是否可点击,默认YES
|
readnonatomicassign |
该View对应的海量点数据对象
|
readwritenonatomicassign |
纹理渲染大小,默认为icon图片大小