iOS高德轻量版地图SDK  1.2.0
MACustomCalloutView Class Reference

自定义annotationView的弹出框. 注意:不会触发-(void)map: didAnnotationViewCalloutTapped: More...

#import <MACustomCalloutView.h>

Inheritance diagram for MACustomCalloutView:

Instance Methods

(id) - initWithCustomView:
 初始化并返回一个MACustomCalloutView More...
 

Properties

UIView * customView
 init时传入的customView More...
 
id userData
 用户自定义数据,内部不做处理 More...
 

Detailed Description

自定义annotationView的弹出框. 注意:不会触发-(void)map: didAnnotationViewCalloutTapped:

Method Documentation

◆ initWithCustomView:

- (id) initWithCustomView: (UIView *)  customView

初始化并返回一个MACustomCalloutView

Parameters
customView自定义View,不能为nil
Returns
初始化成功则返回MACustomCalloutView,否则返回nil

Property Documentation

◆ customView

- (UIView*) customView
readnonatomicstrong

init时传入的customView

◆ userData

- (id) userData
readwritenonatomicstrong

用户自定义数据,内部不做处理


The documentation for this class was generated from the following file:
© 2020 高德信息技术有限公司版权所有,保留所有权利。