WebSearchApproximateLocation interface
The approximate location of the user.
Properties
| city | The city for the approximate location. |
| country | The two-letter ISO country code. |
| region | The region or state for the approximate location. |
| timezone | The IANA timezone identifier (e.g. 'America/New_York'). |
| type | The type of location approximation. Always |
Property Details
city
The city for the approximate location.
city?: string
Property Value
string
country
The two-letter ISO country code.
country?: string
Property Value
string
region
The region or state for the approximate location.
region?: string
Property Value
string
timezone
The IANA timezone identifier (e.g. 'America/New_York').
timezone?: string
Property Value
string
type
The type of location approximation. Always approximate.
type?: "approximate"
Property Value
"approximate"