FMKPointOption Class Reference

Inherits from NSObject
Declared in FMKPointOption.h
FMKPointOption.m

Overview

导航图片点标注属性

  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

  imageSize

图片大小

@property (nonatomic) CGSize imageSize

Discussion

图片大小

Declared In

FMKPointOption.h

  offsetMode

图片高度偏移模式

@property (nonatomic) FMKImageMarkerOffsetMode offsetMode

Discussion

图片高度偏移模式

Declared In

FMKPointOption.h

  renderMode

图片绘制模式 直立或者平铺

@property (nonatomic) FMKImageMarkerRenderMode renderMode

Discussion

图片绘制模式 直立或者平铺

Declared In

FMKPointOption.h

  angle

图片旋转角度

@property (nonatomic) CGFloat angle

Discussion

图片旋转角度

Declared In

FMKPointOption.h

  hidden

图片显隐控制

@property (nonatomic) BOOL hidden

Discussion

图片显隐控制

Declared In

FMKPointOption.h