Package es.situm.sdk.model.cartography
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCalibrationArea.Builder
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<CalibrationArea>CREATOR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()booleanequals(Object o)StringgetBuildingIdentifier()Returhn the calibration building identifierStringgetCalibrationIdentifier()Return the calibration identifierStringgetFloorIdentifier()Return the calibration floor identifierStringgetName()Return the calibration nameList<Point>getPoints()Return the calibration ground truth pointsinthashCode()StringtoString()voidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
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
-
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
-
-