ApproximateLocation interface
model interface ApproximateLocation
Properties
| city | |
| country | |
| region | |
| timezone | |
| type | The type of location approximation. Always |
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"