TencentNavKit
TNKRideNavRoute Class Reference

导航过程中的路线实时数据 More...

#import <TNKRideCommonObj.h>

Inheritance diagram for TNKRideNavRoute:

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(instancetype) - initWithSearchRoute:
 构造方法 More...
 

Properties

TNKRideRoutesearchRoute
 算路的路线数据类 More...
 
int remainingDistance
 当前位置到终点剩余距离, 单位:米 More...
 
int remainingTime
 当前位置到终点剩余时间,单位:分钟 More...
 

Detailed Description

导航过程中的路线实时数据

Method Documentation

◆ initWithSearchRoute:

- (instancetype) initWithSearchRoute: (TNKRideRoute *)  searchRoute

构造方法

◆ NS_UNAVAILABLE

- (instancetype) NS_UNAVAILABLE

Property Documentation

◆ remainingDistance

- (int) remainingDistance
readnonatomicassign

当前位置到终点剩余距离, 单位:米

◆ remainingTime

- (int) remainingTime
readnonatomicassign

当前位置到终点剩余时间,单位:分钟

◆ searchRoute

- (TNKRideRoute*) searchRoute
readnonatomicassign

算路的路线数据类


The documentation for this class was generated from the following file: