public class GpsTrackpoint
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.Float |
elevation |
java.lang.Float |
horizontalDilutionOfPrecision |
boolean |
isFirstPointInTrackSegment
whether this trackpoint is the first point in a new segment/track (no differentiation made)
|
LatLon |
position |
java.util.Date |
time
null if unknown.
|
| Constructor and Description |
|---|
GpsTrackpoint(LatLon position) |
public boolean isFirstPointInTrackSegment
public LatLon position
public java.util.Date time
public java.lang.Float horizontalDilutionOfPrecision
public java.lang.Float elevation
public GpsTrackpoint(LatLon position)