|
高德地图SDK(导航)
V11.1.000
|
#import <AMapNaviTravelManager.h>
Additional Inherited Members | |
Instance Methods inherited from AMapNaviBaseManager | |
| (BOOL) | - playTTS:forcePlay: |
| (void) | - setExternalLocation:isAMapCoordinate: |
| 设置外部传入定位的信息 Set externally transmitted location information More... | |
| (void) | - setEmulatorNaviSpeed: |
| 设置模拟导航的速度,默认60 Set the speed of simulated navigation, default is 60 More... | |
| (BOOL) | - startEmulatorNavi |
| 开始模拟导航. 注意:必须在路径规划成功的情况下,才能够开始模拟导航 Start simulated navigation. Note: Simulated navigation can only be started after successful route planning. More... | |
| (BOOL) | - startGPSNavi |
| 开始实时导航. 注意:必须在路径规划成功的情况下,才能够开始实时导航 Start real-time navigation. Note: Real-time navigation can only be started when the route planning is successful More... | |
| (BOOL) | - startEmulatorNavi: |
| 开始模拟导航. 注意:必须传入导航的路线组合routeGroup,才能够开始模拟导航. since 7.7.0 Start simulated navigation. Note: The routeGroup for navigation must be passed in to start simulated navigation. since 7.7.0 More... | |
| (BOOL) | - startGPSNavi: |
| 开始实时导航. 注意:必须传入导航的路线组合routeGroup,才能够开始实时导航. since 7.7.0 Start real-time navigation. Note: The routeGroup of the navigation must be passed in to start real-time navigation. since 7.7.0 More... | |
| (void) | - stopNavi |
| 停止导航,包含实时导航和模拟导航 Stop navigation, including real-time navigation and simulated navigation More... | |
| (void) | - pauseNavi |
| 暂停导航,包含实时导航和模拟导航 Pause navigation, including real-time navigation and simulated navigation More... | |
| (void) | - resumeNavi |
| 继续导航,包含实时导航和模拟导航 Resume navigation, including real-time navigation and simulated navigation More... | |
| (BOOL) | - readNaviInfoManual |
| 实时导航中手动触发一次信息播报. 注意:该接口仅支持驾车和步行,骑行不支持此功能. Manually trigger an information broadcast during real-time navigation. Note: This interface only supports driving and walking, cycling does not support this function. More... | |
| (nullable NSArray< AMapNaviGuide * > *) | - getNaviGuideList |
| 获取导航路线的路线详情列表 Get the route details list of the navigation route More... | |
Class Methods inherited from AMapNaviBaseManager | |
| (void) | + setAppLang:authCallback: |
| 设置app语言类型和语音包路径,要确保AMapNaviDriveManager单例创建前设置。since 11.0.030 * Set the app language type and voice package path, ensure it is set before the singleton creation of AMapNaviDriveManager More... | |
Properties inherited from AMapNaviBaseManager | |
| AMapNaviMode | naviMode |
| BOOL | screenAlwaysBright |
| BOOL | pausesLocationUpdatesAutomatically |
| BOOL | allowsBackgroundLocationUpdates |
| BOOL | enableExternalLocation |
| CLLocation * | externalLocation |
| BOOL | isUseInternalTTS |
| BOOL | isUseTextPlay |
注意:该类为骑步行控制器基类,请不要直接初始化使用 Note: This class is the base class for the riding/walking controller, please do not initialize and use it directly