StreetPreviewState

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard