高德地图SDK(导航) V10.0.600
Loading...
Searching...
No Matches
AMapNaviCompositeUserConfig.h
Go to the documentation of this file.
1//
2// AMapNaviCompositeUserConfig.h
3// AMapNaviKit
4//
5// Created by eidan on 2017/6/23.
6// Copyright © 2017年 Amap. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import "AMapNaviCommonObj.h"
11
13@interface AMapNaviCompositeUserConfig : NSObject
14
23- (BOOL)setRoutePlanPOIType:(AMapNaviRoutePlanPOIType)type location:(AMapNaviPoint *_Nonnull)locationPoint name:(NSString *_Nullable)name POIId:(NSString *_Nullable)mid;
24
29- (void)setStartNaviDirectly:(BOOL)directly;
30
35- (void)setThemeType:(AMapNaviCompositeThemeType)themeType;
36
41- (void)setNeedCalculateRouteWhenPresent:(BOOL)need;
42
47- (void)setShowNextRoadInfo:(BOOL)showNextRoadInfo;
48
53- (void)setNeedDestoryDriveManagerInstanceWhenDismiss:(BOOL)need;
54
59- (void)setNeedShowConfirmViewWhenStopGPSNavi:(BOOL)need;
60
65- (void)setVehicleInfo:(nonnull AMapNaviVehicleInfo *)vehicleInfo;
66
71- (void)addCustomViewToNaviDriveView:(UIView *_Nonnull)customView;
72
77- (void)addLeftCustomViewToNaviDriveView:(UIView *_Nonnull)customView;
78
84- (BOOL)addCustomBottomViewToNaviDriveView:(UIView *_Nonnull)customBottomView;
85
90- (void)setDriveStrategy:(AMapNaviDrivingStrategy)driveStrategy;
91
96- (void)setShowCrossImage:(BOOL)need;
97
102- (void)setShowDrivingStrategyPreferenceView:(BOOL)need;
103
108- (void)setRemovePolylineAndVectorlineWhenArrivedDestination:(BOOL)need;
109
114- (void)setMultipleRouteNaviMode:(BOOL)multipleRouteNaviMode;
115
120- (void)setTruckMultipleRouteNaviMode:(BOOL)multipleRouteNaviMode;
121
126- (void)setShowBackupRoute:(BOOL)need;
127
133- (BOOL)setOnlineCarHailingType:(AMapNaviOnlineCarHailingType)type;
134
139- (void)setMapShowTraffic:(BOOL)need;
140
145- (void)setMapViewModeType:(AMapNaviViewMapModeType)type;
146
151- (void)setBroadcastType:(AMapNaviCompositeBroadcastType)type;
152
157- (void)setTrackingMode:(AMapNaviViewTrackingMode)mode;
158
163- (void)setAutoZoomMapLevel:(BOOL)autoZoomMapLevel;
164
169- (void)setPresenterViewController:(UIViewController *_Nonnull)presenterViewController;
170
175- (void)setShowRestrictareaEnable:(BOOL)showRestrictareaEnable;
176
181- (void)setShowEagleMap:(BOOL)showEagleMap;
182@end
AMapNaviOnlineCarHailingType
Definition AMapNaviCommonObj.h:415
AMapNaviViewTrackingMode
Definition AMapNaviCommonObj.h:33
AMapNaviViewMapModeType
Definition AMapNaviCommonObj.h:424
AMapNaviRoutePlanPOIType
Definition AMapNaviCommonObj.h:269
AMapNaviDrivingStrategy
Definition AMapNaviCommonObj.h:55
AMapNaviCompositeThemeType
Definition AMapNaviCommonObj.h:293
导航组件的配置类 since 5.2.0
Definition AMapNaviCompositeUserConfig.h:14
Definition AMapNaviCommonObj.h:485
车辆信息 since 6.0.0
Definition AMapNaviCommonObj.h:845
© 2017 高德信息技术有限公司 版权所有,保留所有权利。