public class SKLocationData extends SKAbstractData
Modifier and Type | Field and Description |
---|---|
protected Location |
location |
sensorType, timestamp
Constructor and Description |
---|
SKLocationData(long timestamp,
Location location)
Initialize the instance
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataInCSV()
Get location sensor data in CSV format
|
Location |
getLocation()
Get Location object
|
getSensorType, getTimestamp, toString