Map Doc
1.0
iOS-引擎SDK-开放平台
|
#import <MBArrowOverlay.h>
构造函数 | |
(instancetype) | - initWithPoints:count: |
(instancetype) | - initWithPoints: |
![]() | |
(void) | - setNeedsDisplay |
(void) | - setColor: |
(uint) | - getColor |
(void) | - setUIColor: |
(UIColor *) | - getUIColor |
(const MBRect) | - boundingBox |
(void) | - setSelected:pos: |
属性 | |
CGFloat | width |
![]() | |
MBOverlayLayer | overlayerLayer |
int | zLevel |
BOOL | hidden |
BOOL | clickEnable |
int | tag |
MBPoint | postion |
MBNdsPoint | ndsPosition |
额外继承的成员函数 | |
![]() | |
package void * | _native |
package BOOL | _attatched |
箭头图层
- (instancetype) initWithPoints: | (NSArray *) | points |
箭头宽度(OC风格)不推荐
points | 点的数组 |
- (instancetype) initWithPoints: | (const MBPoint *) | points | |
count: | (NSInteger) | count | |
初始化箭头(C风格)推荐
points | 绘制箭头的坐标点 |
count | 坐标点的数量 |
|
readwritenonatomicassign |
箭头宽度