Class RealTimeData

  • All Implemented Interfaces:
    android.os.Parcelable

    public class RealTimeData
    extends Object
    implements android.os.Parcelable
    Represents the device positions
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<RealTimeData> CREATOR
    • Method Detail

      • getLocations

        public List<Location> getLocations()
        Returns the device locations
        Returns:
        a NonNull list of locations
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable