FMKPointOption Class Reference
Inherits from | NSObject |
---|---|
Declared in | FMKPointOption.h FMKPointOption.m |
image
点标注图片
@property (nonatomic, strong, nonnull) UIImage *image
Discussion
点标注图片
Declared In
FMKPointOption.h
imageOffset
图片高度偏移量,偏移量设置只有在offsetMode属性为FMKImageMarker_USERDEFINE时有效
@property (nonatomic) CGFloat imageOffset
Discussion
图片高度偏移量,偏移量设置只有在offsetMode属性为FMKImageMarker_USERDEFINE时有效
Declared In
FMKPointOption.h
offsetMode
图片高度偏移模式
@property (nonatomic) FMKImageMarkerOffsetMode offsetMode
Discussion
图片高度偏移模式
Declared In
FMKPointOption.h
renderMode
图片绘制模式 直立或者平铺
@property (nonatomic) FMKImageMarkerRenderMode renderMode
Discussion
图片绘制模式 直立或者平铺
Declared In
FMKPointOption.h