File tree 2 files changed +0
-4
lines changed
app/src/main/java/ru/spektrit/androidsensorsdemo
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,7 @@ class SensorViewModel : ViewModel() {
52
52
altitude = location.altitude,
53
53
gpsAccuracy = location.accuracy,
54
54
gpsSpeed = location.speed,
55
- gpsSpeedAccuracyMetSec = location.speedAccuracyMetersPerSecond,
56
55
gpsBearing = location.bearing,
57
- gpsBearingAccuracyDeg = location.bearingAccuracyDegrees,
58
56
accelerometer = sensorFlows[SensorType .ACCELEROMETER ]!! .value.joinToString(" " ),
59
57
orientation = sensorFlows[SensorType .ORIENTATION ]!! .value.joinToString(" " ),
60
58
gyroscope = sensorFlows[SensorType .GYROSCOPE ]!! .value.joinToString(" " ),
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ data class SensorsData(
12
12
val altitude : Double ,
13
13
val gpsAccuracy : Float ,
14
14
val gpsSpeed : Float ,
15
- val gpsSpeedAccuracyMetSec : Float ,
16
15
val gpsBearing : Float ,
17
- val gpsBearingAccuracyDeg : Float ,
18
16
val accelerometer : String ,
19
17
val orientation : String ,
20
18
val gyroscope : String ,
You can’t perform that action at this time.
0 commit comments