FMKMap Class Reference

Inherits from NSObject
Declared in FMKMap.h
FMKMap.mm

  pointer

内部关联指针

@property (nonatomic, assign) long pointer

Discussion

内部关联指针

Declared In

FMKMap.h

  ID

地图ID

@property (nonatomic, copy) NSString *ID

Discussion

地图ID

Declared In

FMKMap.h

  info

地图信息

@property (nonatomic, readonly) FMKMapInfo *info

Discussion

地图信息

Declared In

FMKMap.h

  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