Map Doc
1.0
iOS-引擎SDK-开放平台
|
#import <MBTrackOverlay.h>
构造函数 | |
(instancetype) | - initWithFilePath: |
![]() | |
(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 |
绘制轨迹的图层
- (instancetype) initWithFilePath: | (NSString *) | filePath |
通过给定保存轨迹的文件来实例化一个轨迹图层
filePath | 文件路径 |