FMKLocationLayer Class Reference
Inherits from | FMKLayer : NSObject |
---|---|
Declared in | FMKLocationLayer.h FMKLocationLayer.mm |
Other Methods
– addMarker:
添加定位标注
- (void)addMarker:(FMKLocationMarker *)locationMarker
Parameters
locationMarker |
定位标注点 |
---|
Discussion
添加定位标注
Declared In
FMKLocationLayer.h
– removeMarker:
删除指定定位标注
- (void)removeMarker:(FMKLocationMarker *)locationMarker
Parameters
locationMarker |
定位标注点 |
---|
Discussion
删除指定定位标注
Declared In
FMKLocationLayer.h
Other Methods
– setPointer:
内部关联指针 不可修改
- (void)setPointer:(long)pointer
Discussion
内部关联指针 不可修改
Declared In
FMKLayer.m