public class LocationPointWithTimestamp extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<LocationPointWithTimestamp> |
CREATOR |
LocationPoint |
location
A location point.
|
long |
timestampMillis
The timestamp in milliseconds that corresponds to the
location . |
Constructor and Description |
---|
LocationPointWithTimestamp(LocationPoint location,
long timestampMillis) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public LocationPoint location
public long timestampMillis
location
.public static final android.os.Parcelable.Creator<LocationPointWithTimestamp> CREATOR
public LocationPointWithTimestamp(LocationPoint location, long timestampMillis)