Street Preview State
data class StreetPreviewState(val enabled: StreetPreviewEnabled = StreetPreviewEnabled.OFF, val choices: List<StreetPreviewChoice> = emptyList(), val bestChoice: StreetPreviewChoice? = null)
Constructors
Link copied to clipboard
constructor(enabled: StreetPreviewEnabled = StreetPreviewEnabled.OFF, choices: List<StreetPreviewChoice> = emptyList(), bestChoice: StreetPreviewChoice? = null)