FMKLocationLayer Class Reference

Inherits from FMKLayer : NSObject
Declared in FMKLocationLayer.h

Overview

地图定位标注层,地图自有图层.

定位层暂不支持创建,可通过地图map节点获取.

定位标注可添加多个. 获取方式 FMKMap locationLayer

– addMarker:

添加定位标注

- (void)addMarker:(FMKLocationMarker *)locationMarker

Parameters

locationMarker

定位标注点

Declared In

FMKLocationLayer.h

– removeMarker:

删除指定定位标注

- (void)removeMarker:(FMKLocationMarker *)locationMarker

Parameters

locationMarker

定位标注点

Declared In

FMKLocationLayer.h

– removeAll

删除所有定位标注

- (void)removeAll

Declared In

FMKLocationLayer.h