Climate

object Climate

Types

Link copied to clipboard
class DroughtMonitor(val service: WeatherService) : WeatherLayerConfiguration<GeoJSONSourceDescriptor, FillLayerDescriptor>
Link copied to clipboard
Link copied to clipboard
class Earthquakes(val service: WeatherService) : WeatherLayerConfiguration<GeoJSONSourceDescriptor, CircleLayerDescriptor>
Link copied to clipboard
class EarthquakesHeat(val service: WeatherService) : WeatherLayerConfiguration<GeoJSONSourceDescriptor, HeatmapLayerDescriptor>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class FiresObs(val service: WeatherService) : WeatherLayerConfiguration<GeoJSONSourceDescriptor, CircleLayerDescriptor>
Link copied to clipboard
class FiresObsHeat(val service: WeatherService) : WeatherLayerConfiguration<GeoJSONSourceDescriptor, HeatmapLayerDescriptor>
Link copied to clipboard
class FiresObsIcons(val service: WeatherService) : WeatherLayerConfiguration<GeoJSONSourceDescriptor, SymbolLayerDescriptor>
Link copied to clipboard
class FiresObsNames(val service: WeatherService) : WeatherLayerConfiguration<GeoJSONSourceDescriptor, SymbolLayerDescriptor>
Link copied to clipboard
class FiresOutlook(val service: WeatherService) : WeatherLayerConfiguration<GeoJSONSourceDescriptor, FillLayerDescriptor>
Link copied to clipboard
class FiresPerimeter(val service: WeatherService) : WeatherLayerConfiguration<GeoJSONSourceDescriptor, FillLayerDescriptor>
Link copied to clipboard