WeatherAlertClickControl
The WeatherAlertClickControl
adds the ability to show a popup when a weather alert is clicked on.
Example
const weatherAlertClickControl = TrimbleMaps.WeatherAlertClickControl();
map.addControl(weatherAlertClickControl);
Extends
ClickControlBase