XPLMEraseWeatherAtLocation

XPLM_API void       XPLMEraseWeatherAtLocation(
                         double               latitude,
                         double               longitude);

Erase weather conditions set by your plugin at a given location. You must give exactly the same coordinates that you used to create a weather record at this point. It does NOT mean ‘create clear weather at this location’.

This call is not intended to be used per-frame. It should be called only during the pre-flight loop callback.