9 #import <UIKit/UIKit.h> 16 @property (nonatomic, strong, readonly) UIView *
customView;
26 - (id)initWithCustomView:(UIView *)customView;
UIView * customView
init时传入的customView since 5.0.0
Definition: MACustomCalloutView.h:16
id userData
用户自定义数据,内部不做处理 since 5.0.0
Definition: MACustomCalloutView.h:19
自定义annotationView的弹出框. 注意:不会触发-(void)mapView: didAnnotationViewCalloutTapped: since 5...
Definition: MACustomCalloutView.h:13