|
高德地图SDK(导航)
V11.1.000
|
#import <MAPinAnnotationView.h>
Properties | |
| MAPinAnnotationColor | pinColor |
| BOOL | animatesDrop |
Properties inherited from MAAnnotationView | |
| NSString * | reuseIdentifier |
| NSInteger | zIndex |
| id< MAAnnotation > | annotation |
| UIImage * | image |
| UIImageView * | imageView |
| MACustomCalloutView * | customCalloutView |
| CGPoint | centerOffset |
| CGPoint | calloutOffset |
| BOOL | enabled |
| BOOL | highlighted |
| BOOL | selected |
| BOOL | canShowCallout |
| UIView * | leftCalloutAccessoryView |
| UIView * | rightCalloutAccessoryView |
| BOOL | draggable |
| MAAnnotationViewDragState | dragState |
| BOOL | canAdjustPositon |
Additional Inherited Members | |
Instance Methods inherited from MAAnnotationView | |
| (void) | - setSelected:animated: |
| 设置是否处于选中状态, 外部如果要选中请使用mapView的selectAnnotation方法 Set whether it is in the selected state, if you want to select it externally, use the selectAnnotation method of mapView More... | |
| (id) | - initWithAnnotation:reuseIdentifier: |
| 初始化并返回一个annotation view Initialize and return an annotation view More... | |
| (void) | - prepareForReuse |
| 当从reuse队列里取出时被调用, 子类重新必须调用super Called when taken out of the reuse queue, the subclass must call super More... | |
| (void) | - setDragState:animated: |
| 设置view的拖动状态 set the drag state of the view More... | |
提供类似大头针效果的annotation view Annotation view providing a pin-like effect
|
readwritenonatomicassign |
添加到地图时是否使用下落动画效果 Whether to use a drop animation effect when adding to the map
|
readwritenonatomicassign |
大头针的颜色 The color of the pin