|
BaiduMap_IOSSDK_v6.5.2_Docs
6.5.2
|
此类用于定义一个3D棱柱View since 6.4.0 更多...
#import <BMKPrismOverlayView.h>
属性 | |
| BMKPrismOverlay * | prismOverlay |
| 该View对应的3D棱柱数据对象 更多... | |
| UIColor * | topFaceColor |
| 3D棱柱顶面颜色 更多... | |
| UIColor * | sideFaceColor |
| 3D棱柱侧面颜色 更多... | |
| UIImage * | sideTextureImage |
| 3D棱柱侧面纹理 更多... | |
| BOOL | isGrowthAnimation |
| 是否开启生长动画(仅对建筑物生效),默认YES 更多... | |
| int | showLevel |
| 建筑物显示层级(仅对建筑物生效), 默认18 更多... | |
属性 继承自 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 |
此类用于定义一个3D棱柱View since 6.4.0
| - (nullable instancetype) initWithPrismOverlay: | (BMKPrismOverlay *) | prismOverlay |
根据指定的3D棱柱生成一个3D棱柱View
| prismOverlay | 指定的3D棱柱数据对象 |
|
readwritenonatomicassign |
是否开启生长动画(仅对建筑物生效),默认YES
|
readnonatomicassign |
该View对应的3D棱柱数据对象
|
readwritenonatomicassign |
建筑物显示层级(仅对建筑物生效), 默认18
|
readwritenonatomicstrong |
3D棱柱侧面颜色
|
readwritenonatomicstrong |
3D棱柱侧面纹理
|
readwritenonatomicstrong |
3D棱柱顶面颜色