WeatherLayerMetadata

data class WeatherLayerMetadata(val id: String, val title: String, val description: String, val type: String, val imageUrl: URL, val animatable: Boolean, val categories: List<String>, val dataRange: String, val dataCoverage: List<String>, val updateInterval: String)

Constructors

Link copied to clipboard
constructor(id: String, title: String, description: String, type: String, imageUrl: URL, animatable: Boolean, categories: List<String>, dataRange: String, dataCoverage: List<String>, updateInterval: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard