Map Doc
1.0
iOS-引擎SDK-开放平台
|
#import <MBPolygonOverlay.h>
构造函数 | |
(id) | - initWithPoints:count: |
![]() | |
(void) | - setNeedsDisplay |
(void) | - setColor: |
(uint) | - getColor |
(void) | - setUIColor: |
(UIColor *) | - getUIColor |
(const MBRect) | - boundingBox |
(void) | - setSelected:pos: |
额外继承的成员函数 | |
![]() | |
package void * | _native |
package BOOL | _attatched |
![]() | |
MBOverlayLayer | overlayerLayer |
int | zLevel |
BOOL | hidden |
BOOL | clickEnable |
int | tag |
MBPoint | postion |
MBNdsPoint | ndsPosition |
根据点数组创建一个多边形
- (id) initWithPoints: | (const MBPoint *) | points | |
count: | (NSInteger) | count | |
根据点数组创建一个多边形
points | 点的数组,用来表示线段 |
count | 点的数组数量 |