public class GPSData
Modifier and Type | Field and Description |
---|---|
decimal |
latitude |
decimal |
longitude |
decimal |
altitude |
decimal |
speed |
decimal |
heading |
DateTime |
gpsTime |
public decimal latitude
This field contains the GPS devices latitude in decimal degrees
public decimal longitude
This field contains the GPS devices longitude in decimal degrees
public decimal altitude
This field contains the GPS devices altitude in meters
public decimal speed
This field contains the speed of the GPS unit in meters/second
public decimal heading
This field contains the direction of travel of the GPS unit in decimal degree
public DateTime gpsTime
This field contians the GPS UTC data and time of the last reading