FileDocCategorySizeDatePackage
TrackPoint.javaAPI DocAndroid 1.5 API933Wed May 06 22:41:08 BST 2009com.android.ddmuilib.location

TrackPoint

public class TrackPoint extends LocationPoint
A Track Point.

A track point is a point in time and space.

Fields Summary
private long
mTime
Constructors Summary
Methods Summary
public longgetTime()

        return mTime;
    
voidsetTime(long time)

        mTime = time;