Package es.situm.sdk.model.realtime
Class RealTimeData
java.lang.Object
es.situm.sdk.model.realtime.RealTimeData
- All Implemented Interfaces:
android.os.Parcelable
Represents the device positions
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Method Summary
Modifier and TypeMethodDescriptionintbooleanReturns the device locationsinthashCode()toString()voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Method Details
-
getLocations
Returns the device locations- Returns:
- a NonNull list of locations
-
equals
-
hashCode
public int hashCode() -
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
toString
-