ConditionType

object ConditionType

Weather condition type.

Types

Link copied to clipboard
annotation class Type

Retention policy for the ConditionType

Properties

Link copied to clipboard
const val FOG: Int = 2

Fog weather condition

Link copied to clipboard
const val RAIN: Int = 0

Rain weather condition

Link copied to clipboard
const val SNOW: Int = 1

Snow weather condition

Link copied to clipboard
const val WET_ROAD: Int = 3

Wet road weather condition