Share via


WebSearchApproximateLocation interface

The approximate location of the user.

Properties

city
country
region
timezone
type

The type of location approximation. Always approximate.

Property Details

city

city?: null | string

Property Value

null | string

country

country?: null | string

Property Value

null | string

region

region?: null | string

Property Value

null | string

timezone

timezone?: null | string

Property Value

null | string

type

The type of location approximation. Always approximate.

type?: "approximate"

Property Value

"approximate"