ApproximateLocation 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"