Package version:

Metadata pertaining to the geographic location of the resource.

interface LocationData {
    city?: string;
    countryOrRegion?: string;
    district?: string;
    name: string;
}

Properties

city?: string

The city or locality where the resource is located.

countryOrRegion?: string

The country or region where the resource is located

district?: string

The district, state, or province where the resource is located.

name: string

A canonical name for the geographic or physical location.