FMKLocationLayer Class Reference
Inherits from | FMKLayer : NSObject |
---|---|
Declared in | FMKLocationLayer.h |
– addMarker:
添加定位标注
- (void)addMarker:(FMKLocationMarker *)locationMarker
Parameters
locationMarker |
定位标注点 |
---|
Declared In
FMKLocationLayer.h
– removeMarker:
删除指定定位标注
- (void)removeMarker:(FMKLocationMarker *)locationMarker
Parameters
locationMarker |
定位标注点 |
---|
Declared In
FMKLocationLayer.h