pull/83/head
geeksville 2020-07-02 14:46:37 -07:00
rodzic 85bdd25782
commit 169cb7dcd7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,7 @@ data class Position(
val longitude: Double,
val altitude: Int,
val time: Int = currentTime(), // default to current time in secs
val batteryPctLevel: Int
val batteryPctLevel: Int = 0
) : Parcelable {
companion object {
/// Convert to a double representation of degrees