|
| (void) | - rideManager:error: |
| | 发生错误时,会调用代理的此方法 When an error occurs, this method of the delegate will be called More...
|
| |
| (void) | - rideManagerOnCalculateRouteSuccess: |
| | 骑行路径规划成功后的回调函数 Callback function after successful cycling route planning More...
|
| |
| (void) | - rideManagerOnCalculateRouteSuccess:calculateRouteResult: |
| | 骑行路径规划成功后的回调函数。since 10.1.111 Callback function after successful cycling route planning More...
|
| |
| (void) | - rideManager:onCalculateRouteFailure: |
| | 骑行路径规划失败后的回调函数. 从6.1.0版本起,算路失败后导航SDK只对外通知算路失败,SDK内部不再执行停止导航的相关逻辑.因此,当算路失败后,不会收到 driveManager:updateNaviMode: 回调; AMapNaviRideManager.naviMode 不会切换到 AMapNaviModeNone 状态, 而是会保持在 AMapNaviModeGPS or AMapNaviModeEmulator 状态 Callback function after failed cycling route planning. Starting from version 6.1.0, the navigation SDK only notifies external parties of route calculation failure, and the SDK no longer executes the logic related to stopping navigation internally. Therefore, after the route calculation fails, the driveManager:updateNaviMode: callback will not be received. AMapNaviRideManager.naviMode will not switch to AMapNaviModeNone state, but will remain in AMapNaviModeGPS or AMapNaviModeEmulator state. More...
|
| |
| (void) | - rideManager:onCalculateRouteFailure:calculateRouteResult: |
| | 骑行路径规划失败后的回调函数. 从6.1.0版本起,算路失败后导航SDK只对外通知算路失败,SDK内部不再执行停止导航的相关逻辑.因此,当算路失败后,不会收到 driveManager:updateNaviMode: 回调; AMapNaviRideManager.naviMode 不会切换到 AMapNaviModeNone 状态, 而是会保持在 AMapNaviModeGPS or AMapNaviModeEmulator 状态。since 10.1.111 Callback function after failed cycling route planning. Starting from version 6.1.0, the navigation SDK only notifies external parties of route calculation failure, and the SDK no longer executes the logic related to stopping navigation internally. Therefore, after the route calculation fails, the driveManager:updateNaviMode: callback will not be received. AMapNaviRideManager.naviMode will not switch to AMapNaviModeNone state, but will remain in AMapNaviModeGPS or AMapNaviModeEmulator state. More...
|
| |
| (void) | - rideManager:didStartNavi: |
| | 启动导航后回调函数 Callback function after starting navigation More...
|
| |
| (void) | - rideManagerNeedRecalculateRouteForYaw: |
| | 出现偏航需要重新计算路径时的回调函数.偏航后将自动重新路径规划,该方法将在自动重新路径规划前通知您进行额外的处理. The callback function when a deviation occurs and the path needs to be recalculated. After the deviation, the path will be automatically replanned, and this method will notify you to perform additional processing before the automatic replanning. More...
|
| |
| (void) | - rideManager:playNaviSoundString:soundStringType: |
| | 导航播报信息回调函数 Navigation broadcast information callback function More...
|
| |
| (void) | - rideManagerDidEndEmulatorNavi: |
| | 模拟导航到达目的地停止导航后的回调函数 Callback function after simulated navigation reaches the destination and stops navigation More...
|
| |
| (void) | - rideManagerOnArrivedDestination: |
| | 导航到达目的地后的回调函数 Callback function after navigation reaches the destination More...
|
| |
| (void) | - rideManager:updateGPSSignalStrength: |
| | 卫星定位信号强弱回调函数. since 7.4.0 Callback function for satellite positioning signal strength More...
|
| |
骑行路径规划失败后的回调函数. 从6.1.0版本起,算路失败后导航SDK只对外通知算路失败,SDK内部不再执行停止导航的相关逻辑.因此,当算路失败后,不会收到 driveManager:updateNaviMode: 回调; AMapNaviRideManager.naviMode 不会切换到 AMapNaviModeNone 状态, 而是会保持在 AMapNaviModeGPS or AMapNaviModeEmulator 状态 Callback function after failed cycling route planning. Starting from version 6.1.0, the navigation SDK only notifies external parties of route calculation failure, and the SDK no longer executes the logic related to stopping navigation internally. Therefore, after the route calculation fails, the driveManager:updateNaviMode: callback will not be received. AMapNaviRideManager.naviMode will not switch to AMapNaviModeNone state, but will remain in AMapNaviModeGPS or AMapNaviModeEmulator state.
- Parameters
-
| eleBikeManager | 电动车骑行导航管理类 Electric bike riding navigation management class |
| error | 错误信息,error.code参照AMapNaviCalcRouteState Error message, error.code refers to AMapNaviCalcRouteState. |
骑行路径规划失败后的回调函数. 从6.1.0版本起,算路失败后导航SDK只对外通知算路失败,SDK内部不再执行停止导航的相关逻辑.因此,当算路失败后,不会收到 driveManager:updateNaviMode: 回调; AMapNaviRideManager.naviMode 不会切换到 AMapNaviModeNone 状态, 而是会保持在 AMapNaviModeGPS or AMapNaviModeEmulator 状态。since 10.1.111 Callback function after failed cycling route planning. Starting from version 6.1.0, the navigation SDK only notifies external parties of route calculation failure, and the SDK no longer executes the logic related to stopping navigation internally. Therefore, after the route calculation fails, the driveManager:updateNaviMode: callback will not be received. AMapNaviRideManager.naviMode will not switch to AMapNaviModeNone state, but will remain in AMapNaviModeGPS or AMapNaviModeEmulator state.
- Parameters
-
| eleBikeManager | 电动车骑行导航管理类 Electric bike riding navigation management class |
| error | 错误信息,error.code参照AMapNaviCalcRouteState Error message, error.code refers to AMapNaviCalcRouteState. |