高德地图SDK(导航) V10.0.600
Loading...
Searching...
No Matches
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
12
13NS_ASSUME_NONNULL_BEGIN
14
15@protocol AMapNaviHUDViewDelegate;
16
19
20#pragma mark - Delegate
21
23@property (nonatomic, weak) id<AMapNaviHUDViewDelegate> delegate;
24
25#pragma mark - Options
26
28@property (nonatomic, assign) BOOL isLandscape;
29
31@property (nonatomic, assign) BOOL isMirror;
32
34@property (nonatomic, assign) BOOL showRemainDistance;
35
37@property (nonatomic, assign) BOOL showRemainTime;
38
39@end
40
41@protocol AMapNaviHUDViewDelegate <NSObject>
42
47- (void)hudViewCloseButtonClicked:(AMapNaviHUDView *)hudView;
48
49@end
50
51NS_ASSUME_NONNULL_END
HUD导航界面.该类实现AMapNaviDriveDataRepresentable和AMapNaviWalkDataRepresentable协议,可以展示驾车HUD和步行HUD导航过程.
Definition AMapNaviHUDView.h:18
BOOL showRemainDistance
是否显示剩余距离,默认YES
Definition AMapNaviHUDView.h:34
BOOL isMirror
是否以镜像的方式显示,默认YES
Definition AMapNaviHUDView.h:31
BOOL isLandscape
是否采用横屏布局,默认NO
Definition AMapNaviHUDView.h:28
id< AMapNaviHUDViewDelegate > delegate
实现了 AMapNaviHUDViewDelegate 协议的类指针
Definition AMapNaviHUDView.h:23
BOOL showRemainTime
是否显示剩余时间,默认YES
Definition AMapNaviHUDView.h:37
AMapNaviDriveDataRepresentable协议.实例对象可以通过实现该协议,并将其通过 AMapNaviDriveManager 的addDataRepresentative:方法进行...
Definition AMapNaviDriveDataRepresentable.h:24
AMapNaviWalkDataRepresentable协议.实例对象可以通过实现该协议,并将其通过 AMapNaviWalkManager 的addDataRepresentative:方法进行注册...
Definition AMapNaviWalkDataRepresentable.h:24
© 2017 高德信息技术有限公司 版权所有,保留所有权利。