WebSearchApproximateLocation interface
使用者的大致位置。
屬性
| city | 城市的大致位置。 |
| country | 兩個字母的 ISO 國家代碼。 |
| region | 該區域或州的大致位置。 |
| timezone | IANA 時區識別碼(例如「America/New_York」)。 |
| type | 位置近似的類型。 一律為 |
屬性詳細資料
city
城市的大致位置。
city?: string
屬性值
string
country
兩個字母的 ISO 國家代碼。
country?: string
屬性值
string
region
該區域或州的大致位置。
region?: string
屬性值
string
timezone
IANA 時區識別碼(例如「America/New_York」)。
timezone?: string
屬性值
string
type
位置近似的類型。 一律為 approximate。
type?: "approximate"
屬性值
"approximate"