Class CalibrationArea

  • All Implemented Interfaces:
    android.os.Parcelable

    public class CalibrationArea
    extends Object
    implements android.os.Parcelable
    A calibration area. The points represent the ground truth points of a calibration, the points where the user click on the map during a calibration
    • Field Detail

      • CREATOR

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

      • getCalibrationIdentifier

        public String getCalibrationIdentifier()
        Return the calibration identifier
      • getName

        public String getName()
        Return the calibration name
      • getFloorIdentifier

        public String getFloorIdentifier()
        Return the calibration floor identifier
      • getBuildingIdentifier

        public String getBuildingIdentifier()
        Returhn the calibration building identifier
      • getPoints

        public List<Point> getPoints()
        Return the calibration ground truth points
      • 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