ApproximateLocation interface
モデルインターフェース ApproximateLocation
プロパティ
| city | おおよその場所は市街地です。 |
| country | 2 文字の ISO 国コード。 |
| region | おおよその位置の地域または州。 |
| timezone | IANAのタイムゾーン識別子(例:「America/New_York」)です。 |
| type | 位置近似の種類。 常に |
プロパティの詳細
city
おおよその場所は市街地です。
city?: string
プロパティ値
string
country
2 文字の ISO 国コード。
country?: string
プロパティ値
string
region
おおよその位置の地域または州。
region?: string
プロパティ値
string
timezone
IANAのタイムゾーン識別子(例:「America/New_York」)です。
timezone?: string
プロパティ値
string
type
位置近似の種類。 常に approximate です。
type: "approximate"
プロパティ値
"approximate"