高德地图SDK(导航)  V11.2.0001
AMapNaviHUDView.h
Go to the documentation of this file.
1 //
2 // AMapNaviHUDView.h
3 // AMapNaviKit
4 //
5 // Created by AutoNavi on 15/12/28.
6 // Copyright © 2016年 Amap. All rights reserved.
7 //
8 
9 #import "AMapNaviCommonObj.h"
12 
13 NS_ASSUME_NONNULL_BEGIN
14 
15 @protocol AMapNaviHUDViewDelegate;
16 
20 
21 #pragma mark - Delegate
22 
25 @property (nonatomic, weak) id<AMapNaviHUDViewDelegate> delegate;
26 
27 #pragma mark - Options
28 
31 @property (nonatomic, assign) BOOL isLandscape;
32 
35 @property (nonatomic, assign) BOOL isMirror;
36 
39 @property (nonatomic, assign) BOOL showRemainDistance;
40 
43 @property (nonatomic, assign) BOOL showRemainTime;
44 
45 @end
46 
47 @protocol AMapNaviHUDViewDelegate <NSObject>
48 
55 - (void)hudViewCloseButtonClicked:(AMapNaviHUDView *)hudView;
56 
57 @end
58 
59 NS_ASSUME_NONNULL_END
Definition: AMapNaviHUDView.h:19
BOOL showRemainDistance
Definition: AMapNaviHUDView.h:39
BOOL isMirror
Definition: AMapNaviHUDView.h:35
BOOL isLandscape
Definition: AMapNaviHUDView.h:31
id< AMapNaviHUDViewDelegate > delegate
Definition: AMapNaviHUDView.h:25
BOOL showRemainTime
Definition: AMapNaviHUDView.h:43
AMapNaviDriveDataRepresentable协议.实例对象可以通过实现该协议,并将其通过 AMapNaviDriveManager 的addDataRepresentative:方法进行...
Definition: AMapNaviDriveDataRepresentable.h:27
Definition: AMapNaviHUDView.h:47
AMapNaviWalkDataRepresentable协议.实例对象可以通过实现该协议,并将其通过 AMapNaviWalkManager 的addDataRepresentative:方法进行注册...
Definition: AMapNaviWalkDataRepresentable.h:27
© 2017 高德信息技术有限公司 版权所有,保留所有权利。