|
高德地图SDK(导航)
V11.1.000
|
#import <MACustomCalloutView.h>
Instance Methods | |
| (id) | - initWithCustomView: |
| 初始化并返回一个MACustomCalloutView since 5.0.0 Initialize and return a MACustomCalloutView since 5.0.0 More... | |
Properties | |
| UIView * | customView |
| id | userData |
自定义annotationView的弹出框. 注意:不会触发-(void)mapView: didAnnotationViewCalloutTapped: since 5.0.0 Customize the popup of annotationView. Note: It will not trigger -(void)mapView: didAnnotationViewCalloutTapped: since 5.0.0
| - (id) initWithCustomView: | (UIView *) | customView |
初始化并返回一个MACustomCalloutView since 5.0.0 Initialize and return a MACustomCalloutView since 5.0.0
| customView | 自定义View,不能为nil Custom View, cannot be nil |
|
readnonatomicstrong |
init时传入的customView since 5.0.0 CustomView passed during init since 5.0.0
|
readwritenonatomicstrong |
用户自定义数据,内部不做处理 since 5.0.0 User-defined data, no internal processing since 5.0.0