ApproximateLocation

class ApproximateLocation(val city: String? = null, val country: String? = null, val region: String? = null, val timezone: String? = null)(source)

Approximate location parameters for the search.

Constructors

Link copied to clipboard
constructor(city: String? = null, country: String? = null, region: String? = null, timezone: String? = null)

Properties

Link copied to clipboard
val city: String? = null

Free text input for the city of the user, e.g. San Francisco.

Link copied to clipboard
val country: String? = null

The two-letter ISO country code of the user, e.g. US.

Link copied to clipboard
val region: String? = null

Free text input for the region of the user, e.g. California.

Link copied to clipboard
val timezone: String? = null

The IANA timezone of the user, e.g. America/Los_Angeles.