1 2 3
package com.example.androidapp.wind data class TrueWindData(val speedKt: Double, val directionDeg: Double)