9#import <AMapNaviKit/AMapNaviKit.h>
11NS_ASSUME_NONNULL_BEGIN
34@property (nonatomic, assign) AMapNaviSlopeType
slopeType;
39@interface AMapNaviDriveManager (Secure)
49@property (nonatomic, nullable, strong) NSArray<NSString *> * secureFeatures;
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