AddressComponentResponse

@Serializable
data class AddressComponentResponse(val long: String, val short: String, val types: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(long: String, short: String, types: List<String> = emptyList())

Properties

Link copied to clipboard
@SerialName(value = "long_name")
val long: String
Link copied to clipboard
@SerialName(value = "short_name")
val short: String
Link copied to clipboard
@SerialName(value = "types")
val types: List<String>