LocationData interface
Metadata pertaining to the geographic location of the resource.
Properties
city | The city or locality where the resource is located. |
country |
The country or region where the resource is located |
district | The district, state, or province where the resource is located. |
name | A canonical name for the geographic or physical location. |
Property Details
city
The city or locality where the resource is located.
city?: string
Property Value
string
countryOrRegion
The country or region where the resource is located
countryOrRegion?: string
Property Value
string
district
The district, state, or province where the resource is located.
district?: string
Property Value
string
name
A canonical name for the geographic or physical location.
name: string
Property Value
string