FMKTextLayer Class Reference
Inherits from | FMKLayer : NSObject |
---|---|
Declared in | FMKTextLayer.h |
– initWithGroupID:
初始化文本图层(在同一楼层下可创建多个文本图层)
- (instancetype)initWithGroupID:(NSString *)groupID
Parameters
groupID |
文本图层所在楼层 |
---|
Return Value
文本图层
Declared In
FMKTextLayer.h
– addMarker:
添加文本标注物
- (void)addMarker:(FMKTextMarker *)textMarker
Parameters
textMarker |
文本标注物 |
---|
Declared In
FMKTextLayer.h
– textMarkerWithTag:
通过tag获取文本标注物
- (FMKTextMarker *)textMarkerWithTag:(NSInteger)tag
Parameters
tag |
文本标注物的tag,文本标注物的唯一标识 |
---|
Return Value
对应tag的文本标注物
Declared In
FMKTextLayer.h
– removeMarker:
删除文本标注物
- (void)removeMarker:(FMKTextMarker *)textMarker
Parameters
textMarker |
文本标注物 |
---|
Declared In
FMKTextLayer.h