高德地图SDK(导航) V11.2.0501
Loading...
Searching...
No Matches
AMapNaviDriveManager+Secure.h
Go to the documentation of this file.
1//
2// AMapNaviDriveManager+Secure.h
3// AMapNaviKit
4//
5// Created by caowei on 2024/12/19.
6// Copyright © 2024 Amap. All rights reserved.
7//
8
9#import <AMapNaviKit/AMapNaviKit.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
13
15extern NSString * const AMapNaviSecureFeatureServiceAreaDetail;
17extern NSString * const AMapNaviSecureFeatureServiceAreaShape;
19extern NSString * const AMapNaviSecureFeatureSlope;
21extern NSString * const AMapNaviSecureFeatureSlopeBroadcast;
22
23
24
25@interface AMapNaviSlopeFilter : NSObject
26
28@property (nonatomic, assign) NSInteger minimumSlopeLength;
29
31@property (nonatomic, assign) NSInteger minimumSlope;
32
34@property (nonatomic, assign) AMapNaviSlopeType slopeType;
35
36@end
37
39@interface AMapNaviDriveManager (Secure)
40
42@property (nonatomic, strong) AMapNaviSlopeFilter *slopeFilter;
43
44
49@property (nonatomic, nullable, strong) NSArray<NSString *> * secureFeatures;
50
51@end
52
53NS_ASSUME_NONNULL_END
NSString *const AMapNaviSecureFeatureSlope
导航路线斜坡
NSString *const AMapNaviSecureFeatureSlopeBroadcast
导航路线斜坡播报
NSString *const AMapNaviSecureFeatureServiceAreaShape
服务区形状点
NS_ASSUME_NONNULL_BEGIN NSString *const AMapNaviSecureFeatureServiceAreaDetail
服务区详情
Definition AMapNaviDriveManager+Secure.h:26
AMapNaviSlopeType slopeType
坡度类型: 默认值 AMapNaviSlopeTypeDown
Definition AMapNaviDriveManager+Secure.h:34
NSInteger minimumSlope
最小坡度(度) 指定返回的最小坡度, showFields包含坡度时有效, 单位:十分之一度(0.1度)值域: [0, 150] 默认值:15 (代表1.5度).
Definition AMapNaviDriveManager+Secure.h:31
NSInteger minimumSlopeLength
最小坡度长度(单位米). 默认值为:2000
Definition AMapNaviDriveManager+Secure.h:28
© 2017 高德信息技术有限公司 版权所有,保留所有权利。