FMKLocationMarker Class Reference
| Inherits from | FMKNode : NSObject |
|---|---|
| Declared in | FMKLocationMarker.h |
– initWithPointerImageName:DomeImageName:
定位点资源图片需要放在FMBundle里 也可以替换掉上述的两个图片文件
- (instancetype)initWithPointerImageName:(NSString *)pName DomeImageName:(NSString *)dNameParameters
pName |
“pointer.png” |
|---|---|
dName |
“dome.png” |
Return Value
定位功能标注
Declared In
FMKLocationMarker.h
currentCoord
当前定位点位置
@property (nonatomic, readonly) FMKGeoCoord currentCoordDeclared In
FMKLocationMarker.h
– locateWithGeoCoord:
定位标注物位置更新
- (void)locateWithGeoCoord:(FMKGeoCoord)geoCoordParameters
geoCoord |
fengmap地图坐标 |
|---|
Declared In
FMKLocationMarker.h
– updateRotate:
定位标注物旋转角度更新
- (void)updateRotate:(CGFloat)rotateParameters
rotate |
旋转角度 |
|---|
Declared In
FMKLocationMarker.h