#import <AMapNaviManagerConfig.h>
|
| (void) | - updatePrivacyShow:privacyInfo: |
| | 更新App是否显示隐私弹窗的状态,隐私弹窗是否包含高德SDK隐私协议内容的状态,注意:必须在导航任何一个manager实例化之前调用. since 8.1.0 Update the status of whether the app displays a privacy popup and whether the privacy popup includes the content of the Amap SDK privacy agreement. Note: This must be called before initializing any manager instance in navigation. More...
|
| |
| (void) | - updatePrivacyAgree: |
| | 更新用户授权高德SDK隐私协议状态,注意:必须在导航任何一个manager实例化之前调用. since 8.1.0 Update the user authorization status for the AutoNavi SDK privacy agreement. Note: This must be called before initializing any manager instance in navigation More...
|
| |
| (void) | - setViaPointEtaDisplayEnable: |
| | 设置途径点私有实例接口,外部禁止调用. since 7.9.0 Set private instance interface for waypoints, external calls are prohibited. More...
|
| |
| (BOOL) | - isShowViaEta |
| |
◆ isShowViaEta
◆ setViaPointEtaDisplayEnable:
| - (void) setViaPointEtaDisplayEnable: |
|
(BOOL) |
isEnable |
|
设置途径点私有实例接口,外部禁止调用. since 7.9.0 Set private instance interface for waypoints, external calls are prohibited.
Provided by category AMapNaviManagerConfig(Private).
◆ sharedConfig
| + (instancetype) sharedConfig |
|
|
|
◆ updatePrivacyAgree:
| - (void) updatePrivacyAgree: |
|
(AMapPrivacyAgreeStatus) |
agreeStatus |
|
更新用户授权高德SDK隐私协议状态,注意:必须在导航任何一个manager实例化之前调用. since 8.1.0 Update the user authorization status for the AutoNavi SDK privacy agreement. Note: This must be called before initializing any manager instance in navigation
- Parameters
-
| agreeStatus | 用户授权高德SDK隐私协议状态 User authorization status for the AutoNavi SDK privacy agreement |
◆ updatePrivacyShow:privacyInfo:
| - (void) updatePrivacyShow: |
|
(AMapPrivacyShowStatus) |
showStatus |
| privacyInfo: |
|
(AMapPrivacyInfoStatus) |
containStatus |
|
|
| |
更新App是否显示隐私弹窗的状态,隐私弹窗是否包含高德SDK隐私协议内容的状态,注意:必须在导航任何一个manager实例化之前调用. since 8.1.0 Update the status of whether the app displays a privacy popup and whether the privacy popup includes the content of the Amap SDK privacy agreement. Note: This must be called before initializing any manager instance in navigation.
- Parameters
-
| showStatus | 隐私弹窗状态 Privacy popup status |
| containStatus | 包含高德SDK隐私协议状态 Includes AMap SDK privacy agreement status |
◆ cmaltimeterEnable
| - (BOOL) cmaltimeterEnable |
|
readwritenonatomicassign |
◆ customviewShowViaEtaEnable
| - (BOOL) customviewShowViaEtaEnable |
|
readwritenonatomicassign |
◆ showViaEta
在导航视图底部区域显示到达最近途经点的ETA信息,默认为NO
- Since
- 10.0.923
◆ speechRate
内置语音播报速度,默认值为AVSpeechUtteranceDefaultSpeechRate, 注意该值需要在AVSpeechUtteranceMinimumSpeechRate 和 AVSpeechUtteranceMaximumSpeechRate之间
- Since
- 10.0.923
The documentation for this class was generated from the following file: