java.lang.Object | |
↳ | com.tencent.trackx.api.model.QueryResult.QueryInfo.Result |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | QueryResult.QueryInfo.Result.QueryTrace |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Result() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getCount()
获取轨迹点数量
| ||||||||||
double |
getDistance()
获取轨迹距离,单位:米
| ||||||||||
int |
getDuration()
获取轨迹耗时,单位:秒
| ||||||||||
String |
getPageNext()
获取下页页码,page_next将为空""时代表翻到了最后一页
| ||||||||||
List<QueryResult.QueryInfo.Result.QueryTrace> |
getPoints()
获取轨迹数组
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
获取轨迹点数量
获取轨迹距离,单位:米
获取轨迹耗时,单位:秒
获取下页页码,page_next将为空""时代表翻到了最后一页