TencentMapSDK_iOS_3D_v6.7.0
QMaskingLayerOutlineArea类 参考

非蒙层区域的轮廓配置 更多...

#import <QMaskingLayerOutlineArea.h>

类 QMaskingLayerOutlineArea 继承关系图:

构造函数

(instancetype) - initWithCoordinates:count:buffer:
 
(instancetype) - initWithPoints:count:buffer:
 

Protected 属性

package QMapPoint_points
 
NSUInteger _pointCount
 
QMapRect _boundingRect
 
CLLocationCoordinate2D * _coordinates
 

属性

QMapPointpoints
 坐标点数组
 
NSUInteger pointCount
 坐标点个数
 
CLLocationCoordinate2D * coordinates
 坐标点数组 (CLLocationCoordinate2D 格式)
 
CGFloat buffer
 buffer 向外扩展区域,>= 0
 

详细描述

非蒙层区域的轮廓配置

函数文档

◆ initWithCoordinates:count:buffer:

- (instancetype) initWithCoordinates: (CLLocationCoordinate2D *)  coords
count: (NSUInteger)  count
buffer: (CGFloat)  buffer 

非蒙层区域的轮廓初始化

  • Parameters:
    • coords: 轮廓点
    • count: 轮廓点数量
    • buffer: 向外扩展区域,>= 0

◆ initWithPoints:count:buffer:

- (instancetype) initWithPoints: (const QMapPoint *)  points
count: (NSUInteger)  count
buffer: (CGFloat)  buffer 

非蒙层区域的轮廓初始化

  • Parameters:
    • coords: 轮廓点
    • count: 轮廓点数量
    • buffer: 向外扩展区域,>= 0

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