TencentMapLocusSynchroSDK
All Classes Files Functions Variables Properties Macros
TLSBRoute Class Reference

路线信息 More...

#import <TLSBCommonObj.h>

Inheritance diagram for TLSBRoute:

Instance Methods

(BOOL) - isValid
 数据是否有效 More...
 

Properties

NSString * routeID
 路线ID More...
 
NSArray< id< TLSBLocation > > * points
 路线点串信息 More...
 
NSArray< TLSBRouteTrafficItem * > * trafficItems
 路况信息 More...
 
NSArray< TLSBWayPoint * > * wayPoints
 途经点信息 More...
 
int remainingDistance
 到达终点的剩余距离.单位:米 More...
 
int remainingTime
 到达终点的剩余时间.单位:分钟 More...
 

Detailed Description

路线信息

Method Documentation

◆ isValid

- (BOOL) isValid

数据是否有效

Property Documentation

◆ points

- (NSArray<id<TLSBLocation> >*) points
readwritenonatomiccopy

路线点串信息

◆ remainingDistance

- (int) remainingDistance
readwritenonatomicassign

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

◆ remainingTime

- (int) remainingTime
readwritenonatomicassign

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

◆ routeID

- (NSString*) routeID
readwritenonatomiccopy

路线ID

◆ trafficItems

- (NSArray<TLSBRouteTrafficItem *>*) trafficItems
readwritenonatomiccopy

路况信息

◆ wayPoints

- (NSArray<TLSBWayPoint *>*) wayPoints
readwritenonatomiccopy

途经点信息


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