TencentMapLocusSynchroSDK
All Classes Files Functions Variables Properties Macros
TLSDDriverPosition Class Reference

司机轨迹点信息 More...

#import <TLSBCommonObj.h>

Inheritance diagram for TLSDDriverPosition:
TLSBPosition

Properties

CLLocationCoordinate2D matchedCoordinate
 司机导航过程中的吸附点坐标。该信息在导航SDK中返回 More...
 
double matchedCourse
 司机导航过程中的吸附点方向。该信息在导航SDK中返回 More...
 
int matchedIndex
 司机导航过程中的吸附点所在的路线点串索引, 未吸附/未导航时传-1。该信息在导航SDK中返回 More...
 
int remainingDistance
 到达终点的剩余距离.单位:米 More...
 
int remainingTime
 到达终点的剩余时间.单位:分钟 More...
 
NSString * routeID
 所属路线的id,没有则为空 More...
 
NSArray< TLSBWayPoint * > * wayPoints
 途经点信息 More...
 
- Properties inherited from TLSBPosition
CLLocation * location
 原始定位点信息 More...
 
NSString * cityCode
 坐标所在的城市编码 More...
 
NSString * extraInfo
 位置补充信息. 可上传业务信息, 配合服务端使用. More...
 

Additional Inherited Members

- Instance Methods inherited from TLSBPosition
(BOOL) - isValid
 是否是有效数据 More...
 

Detailed Description

司机轨迹点信息

Property Documentation

◆ matchedCoordinate

- (CLLocationCoordinate2D) matchedCoordinate
readwritenonatomicassign

司机导航过程中的吸附点坐标。该信息在导航SDK中返回

◆ matchedCourse

- (double) matchedCourse
readwritenonatomicassign

司机导航过程中的吸附点方向。该信息在导航SDK中返回

◆ matchedIndex

- (int) matchedIndex
readwritenonatomicassign

司机导航过程中的吸附点所在的路线点串索引, 未吸附/未导航时传-1。该信息在导航SDK中返回

◆ remainingDistance

- (int) remainingDistance
readwritenonatomicassign

到达终点的剩余距离.单位:米

◆ remainingTime

- (int) remainingTime
readwritenonatomicassign

到达终点的剩余时间.单位:分钟

◆ routeID

- (NSString*) routeID
readwritenonatomiccopy

所属路线的id,没有则为空

◆ wayPoints

- (NSArray<TLSBWayPoint *>*) wayPoints
readwritenonatomiccopy

途经点信息


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