iOS高德地图SDK(3D) V10.0.600
Loading...
Searching...
No Matches
MACustomCalloutView.h
Go to the documentation of this file.
1//
2// MACustomCalloutView.h
3// MAMapKit
4//
5// Created by shaobin on 17/1/6.
6// Copyright © 2017年 Amap. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10#import "MAConfig.h"
11
13@interface MACustomCalloutView : UIView
14
16@property (nonatomic, strong, readonly) UIView *customView;
17
19@property (nonatomic, strong) id userData;
20
26- (id)initWithCustomView:(UIView *)customView;
27
28
29@end
自定义annotationView的弹出框. 注意:不会触发-(void)mapView: didAnnotationViewCalloutTapped: since 5....
Definition MACustomCalloutView.h:14
id userData
用户自定义数据,内部不做处理 since 5.0.0
Definition MACustomCalloutView.h:19
UIView * customView
init时传入的customView since 5.0.0
Definition MACustomCalloutView.h:16
© 2017 高德信息技术有限公司 版权所有,保留所有权利。