|
高德地图SDK(导航)
V11.1.000
|
#import "AMapNaviCommonObj.h"Go to the source code of this file.
Classes | |
| protocol | <AMapNaviRideDataRepresentable> |
| AMapNaviRideDataRepresentable协议.实例对象可以通过实现该协议,并将其通过 AMapNaviRideManager 的addDataRepresentative:方法进行注册,便可获取导航过程中的导航数据更新. AMapNaviRideDataRepresentable Protocol. Instance objects can implement this protocol and register it through the addDataRepresentative: method of AMapNaviRideManager to receive navigation data updates during the navigation process. 可以根据不同需求,选取使用特定的数据进行导航界面自定义. The navigation interface can be customized by selecting specific data according to different needs. AMapNaviRideView 即通过该协议实现导航过程展示.也可以依据导航数据的更新进行其他的逻辑处理. AMapNaviRideView displays the navigation process through this protocol. Other logic processing can also be performed based on the update of navigation data. More... | |