Location Forecast Complete Data Class
data class LocationForecastCompleteDataClass( val geometry: Geometry? = null, val properties: Properties? = null, val type: String? = null)
Content copied to clipboard
Class to represent Location Forecast API
Constructors
Link copied to clipboard
fun LocationForecastCompleteDataClass( geometry: Geometry? = null, properties: Properties? = null, type: String? = null)
Content copied to clipboard