Package es.situm.sdk.model.cartography
Class CalibrationArea
java.lang.Object
es.situm.sdk.model.cartography.CalibrationArea
- All Implemented Interfaces:
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 -
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Method Summary
Modifier and TypeMethodDescriptionintbooleanReturhn the calibration building identifierReturn the calibration identifierReturn the calibration floor identifiergetName()Return the calibration nameReturn the calibration ground truth pointsinthashCode()toString()voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Method Details
-
getCalibrationIdentifier
Return the calibration identifier -
getName
Return the calibration name -
getFloorIdentifier
Return the calibration floor identifier -
getBuildingIdentifier
Returhn the calibration building identifier -
getPoints
Return the calibration ground truth points -
toString
-
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
-