Address

data class Address(var line1: String? = null, var line2: String? = null, var line3: String? = null)

Represents address details in a place response.

Constructors

Link copied to clipboard
constructor(line1: String? = null, line2: String? = null, line3: String? = null)

Properties

Link copied to clipboard

The first address line, if available.

Link copied to clipboard

The second address line, if available.

Link copied to clipboard

The third address line, if available.