optimalWeatherSpeedLimitInMetersPerSecond property

double? optimalWeatherSpeedLimitInMetersPerSecond
getter/setter pair

A conditional speed limit as indicated on the local road signs. The road speed limit that is in effect only when the visibility is optimal due to weather conditions.

A possible usage example can be to show an icon on the device's screen containing both special speed limit value and a visual cue in order to warn the user about the conditional speed limit.

Note: This speed limit is conditioned by factors not expressed by the other ones. For example, it may be a time-related speed limit or a vehicle-related one.

Implementation

double? optimalWeatherSpeedLimitInMetersPerSecond;