TencentNavKit
TNKRideNavigationData Class Reference

骑行面板信息 More...

#import <TNKRideNavigationData.h>

Inheritance diagram for TNKRideNavigationData:

Properties

NSString * nextRoadName
 下一段路名 More...
 
NSString * currentRoadName
 当前路名 More...
 
int nextDistanceLeft
 到下一段的距离 单位:米 More...
 
int totalDistanceLeft
 剩余总距离 单位:米 More...
 
int totalTimeLeft
 剩余时间 单位:分钟 More...
 
int currentSpeed
 当前速度值,单位: 公里/小时 数值为负时当前速度值无效 More...
 
UIImage * intersectionImage
 当前路口转向箭头图片 More...
 
int intersectionType
 当前路口转向类型. since 5.4.1 More...
 

Detailed Description

骑行面板信息

Property Documentation

◆ currentRoadName

- (NSString*) currentRoadName
readnonatomicassign

当前路名

◆ currentSpeed

- (int) currentSpeed
readnonatomicassign

当前速度值,单位: 公里/小时 数值为负时当前速度值无效

◆ intersectionImage

- (UIImage*) intersectionImage
readnonatomicassign

当前路口转向箭头图片

◆ intersectionType

- (int) intersectionType
readnonatomicassign

当前路口转向类型. since 5.4.1

◆ nextDistanceLeft

- (int) nextDistanceLeft
readnonatomicassign

到下一段的距离 单位:米

◆ nextRoadName

- (NSString*) nextRoadName
readnonatomicassign

下一段路名

◆ totalDistanceLeft

- (int) totalDistanceLeft
readnonatomicassign

剩余总距离 单位:米

◆ totalTimeLeft

- (int) totalTimeLeft
readnonatomicassign

剩余时间 单位:分钟


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