add Weather Layer
Adds a new weather layer to the map.
Parameters
layer Code
The enum that matches one of the supported weather layer identifiers.
fun addWeatherLayer(config: WeatherConfiguration, id: String? = null, beforeId: String? = null): TileLayer?