Package es.situm.sdk.model.calibration
Class CalibrationScans
java.lang.Object
es.situm.sdk.model.calibration.CalibrationScans
-
Constructor Summary
ConstructorsConstructorDescriptionCalibrationScans(String calibrationId, List<CartesianCoordinate> gt, List<CartesianCoordinate> wifi, List<CartesianCoordinate> ble) -
Method Summary
-
Constructor Details
-
CalibrationScans
public CalibrationScans(String calibrationId, @Nullable List<CartesianCoordinate> gt, @Nullable List<CartesianCoordinate> wifi, @Nullable List<CartesianCoordinate> ble)
-
-
Method Details
-
getCalibrationIdentifier
-
hasGt
public boolean hasGt() -
hasWifi
public boolean hasWifi() -
hasBle
public boolean hasBle() -
getGt
-
getWifi
-
getBle
-