Map Doc  1.0
iOS-引擎SDK-开放平台
MBPolygonOverlay类 参考

#import <MBPolygonOverlay.h>

类 MBPolygonOverlay 继承关系图:
MBMultipointOverlay MBOverlay

构造函数

(id) - initWithPoints:count:
 
- 构造函数 继承自 MBOverlay
(void) - setNeedsDisplay
 
(void) - setColor:
 
(uint) - getColor
 
(void) - setUIColor:
 
(UIColor *) - getUIColor
 
(const MBRect- boundingBox
 
(void) - setSelected:pos:
 

额外继承的成员函数

- Protected 属性 继承自 MBOverlay
package void * _native
 
package BOOL _attatched
 
- 属性 继承自 MBOverlay
MBOverlayLayer overlayerLayer
 
int zLevel
 
BOOL hidden
 
BOOL clickEnable
 
int tag
 
MBPoint postion
 
MBNdsPoint ndsPosition
 

详细描述

根据点数组创建一个多边形

函数文档

◆ initWithPoints:count:()

- (id) initWithPoints: (const MBPoint *)  points
count: (NSInteger)  count 

根据点数组创建一个多边形

参数
points点的数组,用来表示线段
count点的数组数量
返回
类对象

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