public class

TracePointImpl

extends Object
implements TracePoint
java.lang.Object
   ↳ com.tencent.trackx.api.TracePointImpl

Summary

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

Public Methods

public float getAccuracy ()

获取精度

Returns
  • 精度

public double getAltitude ()

获取海拔

Returns
  • 海拔

public float getDirection ()

获取GPS方向

Returns
  • GPS方向

public double getLatitude ()

获取纬度

Returns
  • 纬度

public double getLongitude ()

获取经度

Returns
  • 经度

public double getPhoneDirection ()

获取手机朝向

Returns
  • 手机朝向

public String getProvider ()

获取类型

Returns
  • 类型

public float getSpeed ()

获取速度

Returns
  • 速度

public long getTime ()

获取时间戳

Returns
  • 时间戳

public static TracePointImpl.Builder newBuilder ()

public String toString ()