FMGLAnnotationImage
概述
标注图像类,由FMGLMapView
和FMGLMapViewDelegate
类使用
函数
-annotationImageWithImage: reuseIdentifier:
初始化类对象
PARAMETERS
参数 | 类型 | 说明 |
---|---|---|
image | UIImage | 标注图片 |
reuseIdentifier | NSString | 标识 |
RETURN VALUE
instancetype
属性
image
标注图像
声明
@property (nonatomic, strong) UIImage *image;
reuseIdentifier
图像标识符
声明
@property (nonatomic, readonly) NSString *reuseIdentifier;
enabled
是否标注可用
声明
@property (nonatomic, getter=isEnabled) BOOL enabled;