FMKLocationMarker Class Reference

Inherits from FMKNode : NSObject
Declared in FMKLocationMarker.h
FMKLocationMarker.mm

Overview

定位标注,可移动图片点 功能单一,非移动图片标注

Other Methods

– initWithPointerImageName:DomeImageName:

定位点资源图片需要放在FMBundle里 也可以替换掉上述的两个图片文件

- (instancetype)initWithPointerImageName:(NSString *)pName DomeImageName:(NSString *)dName

Parameters

pName

pointer.png”

dName

“dome.png”

Return Value

定位功能标注

Discussion

定位点资源图片需要放在FMBundle里 也可以替换掉上述的两个图片文件

Declared In

FMKLocationMarker.h

– locateWithGeoCoord:

模拟定位

- (void)locateWithGeoCoord:(FMKGeoCoord)geoCoord

Discussion

模拟定位

Declared In

FMKLocationMarker.h

– updateRotate:

更新定位方向

- (void)updateRotate:(CGFloat)rotate

Discussion

更新定位方向

Declared In

FMKLocationMarker.h

Other Methods

– setPointer:

内部关联指针

- (void)setPointer:(long)pointer

Discussion

内部关联指针

Declared In

FMKNode.h

– pointer

内部关联指针

- (long)pointer

Discussion

内部关联指针

Declared In

FMKNode.h