|
高德地图SDK(导航)
V11.2.0001
|
#import <AMapNaviDriveManager.h>
Instance Methods | |
| (BOOL) | - setExtenalCloudControl: |
| 私有实例接口,外部禁止调用. since 7.8.0 Private instance interfaces, external calls are prohibited More... | |
| (BOOL) | - getRestrictareaInfoInRoute:callback: |
| 获取限行数据接口. 注意:当前接口为付费接口,使用当前接口需要 官网联系https://lbs.amap.com/ 商务 since 9.0.1 API for obtaining traffic restriction data. Note: This is a paid interface, to use it please contact the official website https://lbs.amap.com/ for business inquiries More... | |
Class Methods | |
| (BOOL) | + setCustomCloudControlEnable: |
| 私有静态方法,外部禁止调用. since 7.8.0 Private static methods, external calls are prohibited More... | |
| - (BOOL) getRestrictareaInfoInRoute: | (AMapNaviRoute *) | route | |
| callback: | (nonnull void(^)(BOOL responseSuccess, NSString *responseData, NSString *errorDesc)) | callback | |
获取限行数据接口. 注意:当前接口为付费接口,使用当前接口需要 官网联系https://lbs.amap.com/ 商务 since 9.0.1 API for obtaining traffic restriction data. Note: This is a paid interface, to use it please contact the official website https://lbs.amap.com/ for business inquiries
| callback | 获取限行数据的回调. success 代表是否获取限行数据成功,获取限行数据成功时,responseData 不为空;获取限行数据失败时,errorDesc 不为空. Callback for retrieving traffic restriction data. 'success' indicates whether the traffic restriction data was successfully obtained. When the data is successfully obtained, 'responseData' is not empty; when the data acquisition fails, 'errorDesc' is not empty.
|
Extends class AMapNaviDriveManager.
| + (BOOL) setCustomCloudControlEnable: | (BOOL) | enable |
私有静态方法,外部禁止调用. since 7.8.0 Private static methods, external calls are prohibited
Extends class AMapNaviDriveManager.
| - (BOOL) setExtenalCloudControl: | (nullable NSString *) | cloudControlString |
私有实例接口,外部禁止调用. since 7.8.0 Private instance interfaces, external calls are prohibited
Extends class AMapNaviDriveManager.