| java.lang.Object | |
| ↳ | com.tencent.trackx.api.TracePointImpl |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | TracePointImpl.Builder | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| float |
getAccuracy()
获取精度
| ||||||||||
| double |
getAltitude()
获取海拔
| ||||||||||
| float |
getDirection()
获取GPS方向
| ||||||||||
| double |
getLatitude()
获取纬度
| ||||||||||
| double |
getLongitude()
获取经度
| ||||||||||
| double |
getPhoneDirection()
获取手机朝向
| ||||||||||
| String |
getProvider()
获取类型
| ||||||||||
| float |
getSpeed()
获取速度
| ||||||||||
| long |
getTime()
获取时间戳
| ||||||||||
| static TracePointImpl.Builder | newBuilder() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.tencent.trackx.api.model.TracePoint
| |||||||||||
获取精度
获取海拔
获取GPS方向
获取纬度
获取经度
获取手机朝向
获取类型
获取速度
获取时间戳