BaiduMap_IOSSDK_v6.6.1_Docs
|
此类用于定义一个3D棱柱View since 6.4.0 更多...
#import <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 | |
BMKBuildingFloorAnimateType | buildingFloorAnimateType |
![]() | |
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 |
此类用于定义一个3D棱柱View since 6.4.0
- (nullable instancetype) initWithPrismOverlay: | (BMKPrismOverlay *) | prismOverlay |
根据指定的3D棱柱生成一个3D棱柱View
prismOverlay | 指定的3D棱柱数据对象 |
|
readwritenonatomicassign |
自定义建筑物的楼层动画类型 默认 kBMKBuildingFloorAnimateNormal
由 category BMKPrismOverlayView(BuildingAPI) 提供.