14NS_ASSUME_NONNULL_BEGIN
19@property (nonatomic, assign)
float height;
25+ (nullable instancetype)prismOverlayWithPoints:(
BMKMapPoint *)
points count:(NSUInteger)count;
31+ (nullable instancetype)prismOverlayWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
43- (BOOL)setPrismOverlayWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
49@interface BMKPrismOverlay (BuildingAPI)
55@property (nonatomic, assign)
float floorHeight;
Definition BMKTypes.h:398
该类定义多个点,是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类BMKPolyline,BMKPolygon来实例化
Definition BMKMultiPoint.h:18
BMKMapPoint * points
坐标点数组
Definition BMKMultiPoint.h:27
此类用于定义一个3D棱柱 since 6.4.0
Definition BMKPrismOverlay.h:16
float height
高度
Definition BMKPrismOverlay.h:19
该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类
Definition BMKOverlay.h:17
地理坐标点,用直角地理坐标表示
Definition BMKTypes.h:189