高德地图SDK(导航) V11.2.1501
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
29@property (nonatomic, assign) NSInteger minimumSlopeLength;
30
33@property (nonatomic, assign) NSInteger minimumSlope;
34
37@property (nonatomic, assign) AMapNaviSlopeType slopeType;
38
39@end
40
43@interface AMapNaviDriveManager (Secure)
44
47@property (nonatomic, strong) AMapNaviSlopeFilter *slopeFilter;
48
49
56@property (nonatomic, nullable, strong) NSArray<NSString *> * secureFeatures;
57
58@end
59
60NS_ASSUME_NONNULL_END
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
© 2017 高德信息技术有限公司 版权所有,保留所有权利。