| BaiduMap_IOSSDK_v6.6.5_Docs 6.6.5
    | 
此类用于定义一个3D棱柱View since 6.4.0 更多...
#include <BMKPrismOverlayView.h>
 
  
| 属性 | |
| BMKPrismOverlay * | prismOverlay | 
| 该View对应的3D棱柱数据对象 | |
| id< BMKPrismOverlayViewDelegate > | delegate | 
| 3D棱柱代理 since 6.5.7 | |
| UIColor * | topFaceColor | 
| 3D棱柱顶面颜色 | |
| UIColor * | sideFaceColor | 
| 3D棱柱侧面颜色 | |
| UIImage * | sideTextureImage | 
| 3D棱柱侧面纹理 | |
| UIColor * | floorColor | 
| 自定义建筑物的楼层颜色 (仅对建筑物生效) since 6.5.7 | |
| UIImage * | floorSideTextureImage | 
| 自定义建筑物的楼层侧面纹理 (仅对建筑物生效) since 6.5.7 | |
| BOOL | isGrowthAnimation | 
| 是否开启生长动画 (仅对建筑物生效),默认YES | |
| int | showLevel | 
| 自定义建筑物显示层级 (仅对建筑物生效), 默认18 | |
| BOOL | isRoundedCorner | 
| 是否设置圆角,默认为NO since 6.6.2 | |
| CGFloat | roundedCornerRadius | 
| BMKBuildingFloorAnimateType | buildingFloorAnimateType | 
|  属性 继承自 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 | |
此类用于定义一个3D棱柱View since 6.4.0
| - (nullable instancetype) initWithPrismOverlay: | (BMKPrismOverlay *) | prismOverlay | 
根据指定的3D棱柱生成一个3D棱柱View
| prismOverlay | 指定的3D棱柱数据对象 | 
| 
 | readwritenonatomicassign | 
自定义建筑物的楼层动画类型 默认 kBMKBuildingFloorAnimateNormal
由 category BMKPrismOverlayView(BuildingAPI) 提供.
| 
 | readwritenonatomicweak | 
3D棱柱代理 since 6.5.7
| 
 | readwritenonatomicstrong | 
自定义建筑物的楼层颜色 (仅对建筑物生效) since 6.5.7
由 category BMKPrismOverlayView(BuildingAPI) 提供.
| 
 | readwritenonatomicstrong | 
自定义建筑物的楼层侧面纹理 (仅对建筑物生效) since 6.5.7
由 category BMKPrismOverlayView(BuildingAPI) 提供.
| 
 | readwritenonatomicassign | 
是否开启生长动画 (仅对建筑物生效),默认YES
由 category BMKPrismOverlayView(BuildingAPI) 提供.
| 
 | readwritenonatomicassign | 
是否设置圆角,默认为NO since 6.6.2
由 category BMKPrismOverlayView(BuildingAPI) 提供.
| 
 | readnonatomicassign | 
该View对应的3D棱柱数据对象
| 
 | readwritenonatomicassign | 
当设置圆角时,最大的圆角半径,可根据实际体验调整。since 6.6.2 建议参考值1 ~ 10 默认为5.0f 
 
由 category BMKPrismOverlayView(BuildingAPI) 提供.
| 
 | readwritenonatomicassign | 
自定义建筑物显示层级 (仅对建筑物生效), 默认18
由 category BMKPrismOverlayView(BuildingAPI) 提供.
| 
 | readwritenonatomicstrong | 
3D棱柱侧面颜色
| 
 | readwritenonatomicstrong | 
3D棱柱侧面纹理
| 
 | readwritenonatomicstrong | 
3D棱柱顶面颜色