FMKLocationMarker Class Reference
Inherits from | FMKNode : NSObject |
---|---|
Declared in | FMKLocationMarker.h FMKLocationMarker.mm |
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