Weather Radar
The Weather Radar layer displays a radar overlay on the map.
Set the visibility of the weather radar layer.
myMap.setWeatherRadarVisibility(true);
Get the visibility of the weather radar layer.
const radarVisible = myMap.isWeatherRadarVisible();
Toggle the visibility of the weather radar layer.
myMap.toggleWeatherRadarVisibility();