java.lang.Object | |
↳ | com.tencent.trackx.api.TracePointImpl.Builder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builder() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TracePointImpl.Builder | accuracy(float accuracy) | ||||||||||
TracePointImpl.Builder | altitude(double altitude) | ||||||||||
TracePointImpl | build() | ||||||||||
TracePointImpl.Builder | direction(float bearing) | ||||||||||
TracePointImpl.Builder | latitude(double latitude) | ||||||||||
TracePointImpl.Builder | longitude(double longitude) | ||||||||||
TracePointImpl.Builder | phoneDirection(double direction) | ||||||||||
TracePointImpl.Builder | provider(String provider) | ||||||||||
TracePointImpl.Builder | speed(float speed) | ||||||||||
TracePointImpl.Builder | time(long time) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|