TencentMapSDK_iOS_3D_v6.8.0
载入中...
搜索中...
未找到
QMaskingLayerOutlineArea类 参考

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

#include <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

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