public interface

TracePoint

com.tencent.trackx.api.model.TracePoint
Known Indirect Subclasses

Summary

Public Methods
abstract float getAccuracy()
获取精度
abstract double getAltitude()
获取海拔
abstract float getDirection()
获取GPS方向
abstract double getLatitude()
获取纬度
abstract double getLongitude()
获取经度
abstract double getPhoneDirection()
获取手机朝向
abstract String getProvider()
获取类型
abstract float getSpeed()
获取速度
abstract long getTime()
获取时间戳

Public Methods

public abstract float getAccuracy ()

获取精度

Returns
  • 精度

public abstract double getAltitude ()

获取海拔

Returns
  • 海拔

public abstract float getDirection ()

获取GPS方向

Returns
  • GPS方向

public abstract double getLatitude ()

获取纬度

Returns
  • 纬度

public abstract double getLongitude ()

获取经度

Returns
  • 经度

public abstract double getPhoneDirection ()

获取手机朝向

Returns
  • 手机朝向

public abstract String getProvider ()

获取类型

Returns
  • 类型

public abstract float getSpeed ()

获取速度

Returns
  • 速度

public abstract long getTime ()

获取时间戳

Returns
  • 时间戳