BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
构造函数 | 类方法 | 属性 | 所有成员列表
BMKPrismOverlay类 参考

此类用于定义一个3D棱柱 since 6.4.0 更多...

#include <BMKPrismOverlay.h>

类 BMKPrismOverlay 继承关系图:
BMKMultiPoint <BMKOverlay> BMKShape <BMKAnnotation> <BMKAnnotation>

构造函数

(BOOL) - setPrismOverlayWithPoints:count:
 
(BOOL) - setPrismOverlayWithCoordinates:count:
 
- 构造函数 继承自 BMKMultiPoint
(void) - getCoordinates:range:
 
- 构造函数 继承自 <BMKAnnotation>
(NSString *) - title
 获取annotation标题
 
(NSString *) - subtitle
 获取annotation副标题
 
(void) - setCoordinate:
 
- 构造函数 继承自 <BMKOverlay>
(BOOL) - intersectsMapRect:
 

类方法

(nullable instancetype) + prismOverlayWithPoints:count:
 
(nullable instancetype) + prismOverlayWithCoordinates:count:
 

属性

float height
 高度
 
BMKBuildInfobuildInfo
 建筑物信息
 
float floorHeight
 楼层高度 (仅对建筑物生效) since 6.5.7
 
- 属性 继承自 BMKMultiPoint
BMKMapPointpoints
 坐标点数组
 
NSUInteger pointCount
 坐标点的个数
 
- 属性 继承自 BMKShape
NSString * title
 要显示的标题;注意:如果不设置title,无法点击annotation,也无法使用回调函数;
 
NSString * subtitle
 要显示的副标题
 
- 属性 继承自 <BMKAnnotation>
CLLocationCoordinate2D coordinate
 标注view中心坐标.
 
- 属性 继承自 <BMKOverlay>
CLLocationCoordinate2D coordinate
 返回区域中心坐标.
 
BMKMapRect boundingMapRect
 返回区域外接矩形
 

额外继承的成员函数

- Protected 属性 继承自 BMKMultiPoint
package BMKMapPoint_points
 
NSUInteger _pointCount
 
BMKMapRect _boundingRect
 

详细描述

此类用于定义一个3D棱柱 since 6.4.0

函数文档

◆ prismOverlayWithCoordinates:count:

+ (nullable instancetype) prismOverlayWithCoordinates: (CLLocationCoordinate2D *) coords
count: (NSUInteger) count 

根据经纬度生成棱柱

参数
coords经纬度
count点的个数
返回
生成的棱柱

◆ prismOverlayWithPoints:count:

+ (nullable instancetype) prismOverlayWithPoints: (BMKMapPoint *) points
count: (NSUInteger) count 

根据指定坐标点生成棱柱

参数
points指定的直角坐标点数组
count点的个数
返回
生成的棱柱

◆ setPrismOverlayWithCoordinates:count:

- (BOOL) setPrismOverlayWithCoordinates: (CLLocationCoordinate2D *) coords
count: (NSUInteger) count 

重新设置坐标点.

参数
coords指定的经纬度数组,C数组,内部会做copy,调用者负责内存管理。
count坐标点的个数
返回
是否设置成功

◆ setPrismOverlayWithPoints:count:

- (BOOL) setPrismOverlayWithPoints: (BMKMapPoint *) points
count: (NSUInteger) count 

重新设置坐标点.

参数
points指定的直角坐标点数组,C数组,内部会做copy,调用者负责内存管理。
count坐标点的个数
返回
是否设置成功

属性说明

◆ buildInfo

- (BMKBuildInfo*) buildInfo
readwritenonatomicstrong

建筑物信息

由 category BMKPrismOverlay(BuildingAPI) 提供.

◆ floorHeight

- (float) floorHeight
readwritenonatomicassign

楼层高度 (仅对建筑物生效) since 6.5.7

由 category BMKPrismOverlay(BuildingAPI) 提供.

◆ height

- (float) height
readwritenonatomicassign

高度


该类的文档由以下文件生成: