java.lang.Object | ||
↳ | com.tencent.map.lssupport.bean.TLSBPosition | |
↳ | com.tencent.map.lssupport.bean.TLSBDriverPosition |
司机的位置数据。
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TLSBDriverPosition() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
double |
getAttachLat()
获取导航过程中的吸附点纬度。
| ||||||||||
double |
getAttachLng()
获取导航过程中的吸附点精度。
| ||||||||||
float |
getMatchedCourse()
获取吸附点方向。
| ||||||||||
int |
getPointIndex()
获取导航过程中的吸附点所在的路线点串索引。
| ||||||||||
int |
getRemainingDistance()
获取到达终点的剩余距离。
| ||||||||||
int |
getRemainingTime()
获取到达终点的剩余时间。
| ||||||||||
String |
getRouteId()
获取路线id。
| ||||||||||
List<TLSBWayPoint> |
getWayPoints()
获取途经点的相关信息。
| ||||||||||
void |
setAttachLat(double attachLat)
设置导航过程中的吸附点纬度。
| ||||||||||
void |
setAttachLng(double attachLng)
设置导航过程中的吸附点经度。
| ||||||||||
void |
setMatchedCourse(float matchedCourse)
设置吸附点方向。
| ||||||||||
void |
setMatchedPosition(double attachLat, double attachLng)
设置在导航过程中的吸附点纬度和经度。
| ||||||||||
void |
setPointIndex(int pointIndex)
设置导航过程中的吸附点所在的路线点串索引。
| ||||||||||
void |
setRemainingDistance(int remainingDistance)
设置到达终点的剩余距离。
| ||||||||||
void |
setRemainingTime(int remainingTime)
设置到达终点的剩余时间。
| ||||||||||
void |
setRouteId(String routeId)
设置路线id。
| ||||||||||
void |
setWayPoints(List<TLSBWayPoint> wayPoints)
设置途经点的相关信息。
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
获取导航过程中的吸附点纬度。
获取导航过程中的吸附点精度。
获取吸附点方向。
获取导航过程中的吸附点所在的路线点串索引。
获取到达终点的剩余距离。
获取到达终点的剩余时间。
获取路线id。
设置导航过程中的吸附点纬度。
attachLat | 吸附点纬度 |
---|
设置导航过程中的吸附点经度。
attachLng | 吸附点经度 |
---|
设置吸附点方向。
matchedCourse | 吸附点方向,单位:度 此字段在导航SDK中返回 |
---|
设置在导航过程中的吸附点纬度和经度。
attachLat | 吸附点纬度 该信息在导航sdk中返回 |
---|---|
attachLng | 吸附点经度 该信息在导航sdk中返回 |
设置导航过程中的吸附点所在的路线点串索引。
pointIndex | 点串索引值 该信息在导航sdk中返回 |
---|
设置到达终点的剩余距离。
remainingDistance | 剩余距离,单位:米 |
---|
设置到达终点的剩余时间。
remainingTime | 剩余时间,单位:分钟 |
---|
设置路线id。
routeId | 路线id |
---|
设置途经点的相关信息。
wayPoints | 途经点信息
具体查看TLSBWayPoint 类
|
---|