Skip to main content

Weather Radar

The Weather Radar layer displays current precipitation events using a gradation of colors that indicate rain and snow.

Radar Layer

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();

Radar map legend

Weather radar is shown in decibels (dBZ). dBZ values increase as precipitation becomes more intense.

Type Legend
Rain (dBZ)

Radar rain

Ice (dBZ)

Radar ice

Snow (dBZ)

Radar snow

Last updated December 19, 2022.