public class LocationReading extends SensorReading
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<LocationReading> |
CREATOR |
errorCode, isCollect, isShare, timestamp, type, uuid, volatility| Constructor and Description |
|---|
LocationReading(long timestamp,
double[] latnLong) |
LocationReading(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
double[] |
getLatnLong() |
void |
readFromParcel(android.os.Parcel in) |
void |
setLatnLong(double[] latnLong) |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final android.os.Parcelable.Creator<LocationReading> CREATOR
public LocationReading(long timestamp,
double[] latnLong)
public LocationReading(android.os.Parcel in)
in - public double[] getLatnLong()
public void setLatnLong(double[] latnLong)
latnLong - the latnLong to setpublic void readFromParcel(android.os.Parcel in)
readFromParcel in class SensorReadingpublic int describeContents()
public void writeToParcel(android.os.Parcel out,
int flags)
public java.lang.String toString()
toString in class java.lang.Object