IndoorMapSDK
室内地图SDK参考文档
 全部  函数 变量 属性
OIMPinAnnotationView类 参考

提供类似大头针效果的annotation view 更多...

#import <OIMPinAnnotationView.h>

类 OIMPinAnnotationView 继承关系图:
OIMAnnotationView

属性

OIMPinAnnotationColor pinColor
 大头针的颜色,有OIMPinAnnotationColorRed, OIMPinAnnotationColorGreen, OIMPinAnnotationColorPurple三种
 
- 属性 继承自 OIMAnnotationView
NSString * reuseIdentifier
 复用标识
 
id< OIMAnnotationannotation
 关联的annotation
 
UIImage * image
 显示的image
 
CGPoint centerOffset
 默认情况下, annotation view的中心位于annotation的坐标位置,可以设置centerOffset改变view的位置,正的偏移使view朝右下方移动,负的朝左上方,单位是像素
 
CGPoint calloutOffset
 默认情况下, 弹出的气泡位于view正中上方,可以设置calloutOffset改变view的位置,正的偏移使view朝右下方移动,负的朝左上方,单位是像素
 
BOOL enabled
 默认为YES,当为NO时view忽略触摸事件
 
BOOL highlighted
 
BOOL selected
 设置是否处于选中状态, 外部如果要选中请使用mapView的selectAnnotation方法。
 

额外继承的成员函数

- Instance Methods 继承自 OIMAnnotationView
(id) - initWithAnnotation:reuseIdentifier:
 初始化并返回一个annotation view 更多...
 
(void) - prepareForReuse
 当从reuse队列里取出时被调用, 子类重新必须调用super.
 
(void) - setSelected:animated:
 

详细描述

提供类似大头针效果的annotation view


该类的文档由以下文件生成: