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?

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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