Package de.swingbe.ifleet.model
Class Position
- java.lang.Object
-
- de.swingbe.ifleet.model.Position
-
public class Position extends Object
-
-
Constructor Summary
Constructors Constructor Description Position(long longitude, long latitude, int velocity, int heading)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeading()longgetLatitude()longgetLongitude()intgetVelocity()StringtoString()
-