public class UnitData.Position
extends java.lang.Object
Constructor and Description |
---|
UnitData.Position() |
Modifier and Type | Method and Description |
---|---|
int |
getAltitude() |
int |
getCourse() |
double |
getLatitude() |
double |
getLongitude() |
int |
getSatellitesCount() |
int |
getSpeed() |
long |
getTime() |
void |
setTime(long time) |
public void setTime(long time)
public double getLatitude()
public double getLongitude()
public int getAltitude()
public int getSpeed()
public int getCourse()
public int getSatellitesCount()
public long getTime()