Class CalibrationArea

java.lang.Object
es.situm.sdk.model.cartography.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 Details

    • CREATOR

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

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • 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