FMKMap Class Reference
Inherits from | NSObject |
---|---|
Declared in | FMKMap.h FMKMap.mm |
lineLayer
地图添加线管理层
@property (nonatomic, readonly) FMKLineLayer *lineLayer
Discussion
地图添加线管理层
Declared In
FMKMap.h
locateLayer
地图定位管理层
@property (nonatomic, readonly) FMKLocationLayer *locateLayer
Discussion
地图定位管理层
Declared In
FMKMap.h
– getFacilityLayerWithGroupID:
获取地图POI点管理层
- (FMKFacilityLayer *)getFacilityLayerWithGroupID:(NSString *)groupID
Parameters
groupID |
poi层所在的group层 |
---|
Return Value
POI层管理对象
Discussion
获取地图POI点管理层
Declared In
FMKMap.h
– getModelLayerWithGroupID:
获取地图Model管理层对象
- (FMKModelLayer *)getModelLayerWithGroupID:(NSString *)groupID
Parameters
groupID |
model层所在的group层 |
---|
Return Value
model层管理对象
Discussion
获取地图Model管理层对象
Declared In
FMKMap.h
– getTextLayerWithGroupID:
获取地图text层管理对象
- (FMKTextLayer *)getTextLayerWithGroupID:(NSString *)groupID
Parameters
groupID |
text层所在group层 |
---|
Return Value
text层管理对象
Discussion
获取地图text层管理对象
Declared In
FMKMap.h
– getImageLayerWithGroupID:
获取对应group层下的已添加image层对象
- (NSArray *)getImageLayerWithGroupID:(NSString *)groupID
Parameters
groupID |
image层所在的group层 |
---|
Return Value
image层管理对象
Discussion
获取对应group层下的已添加image层对象
Declared In
FMKMap.h
– addLayer:
添加图层
- (void)addLayer:(FMKLayer *)layer
Parameters
layer |
地图可添加层对象 |
---|
Discussion
添加图层
Declared In
FMKMap.h
– removeLayer:
删除图层
- (void)removeLayer:(FMKLayer *)layer
Parameters
layer |
地图可删除层对象 |
---|
Discussion
删除图层
Declared In
FMKMap.h
– layerWithTag:
通过层标识获取层管理对象
- (FMKLayer *)layerWithTag:(NSInteger)tag
Parameters
tag |
唯一的层标识 |
---|
Return Value
返回层对象
Discussion
通过层标识获取层管理对象
Declared In
FMKMap.h
– removeAllImageLayer
删除所有图片标注层
- (void)removeAllImageLayer
Discussion
删除所有图片标注层
Declared In
FMKMap.h