9#import <AMapNaviKit/AMapNaviKit.h>
11NS_ASSUME_NONNULL_BEGIN
37@property (nonatomic, assign) AMapNaviSlopeType
slopeType;
43@interface AMapNaviDriveManager (Secure)
56@property (nonatomic, nullable, strong) NSArray<NSString *> * secureFeatures;
NSString *const AMapNaviSecureFeatureSlope
导航路线斜坡 Navigation route slope
NSString *const AMapNaviSecureFeatureSlopeBroadcast
导航路线斜坡播报 Navigation route ramp broadcast
NSString *const AMapNaviSecureFeatureServiceAreaShape
服务区形状点 Shape points of service area
NS_ASSUME_NONNULL_BEGIN NSString *const AMapNaviSecureFeatureServiceAreaDetail
服务区详情 Service Area Details
Definition AMapNaviDriveManager+Secure.h:26
AMapNaviSlopeType slopeType
Definition AMapNaviDriveManager+Secure.h:37
NSInteger minimumSlope
Definition AMapNaviDriveManager+Secure.h:33
NSInteger minimumSlopeLength
Definition AMapNaviDriveManager+Secure.h:29