Interface LocationCatalogEntry

Export

LocationCatalogEntry

interface LocationCatalogEntry {
    active?: boolean;
    aliases?: LocationAlias[];
    boundingOffice?: string;
    county?: string;
    description?: string;
    elevation?: number;
    horizontalDatum?: string;
    kind?: string;
    latitude?: number;
    longName?: string;
    longitude?: number;
    mapLabel?: string;
    name?: string;
    nation?: string;
    nearestCity?: string;
    office?: string;
    publicName?: string;
    publishedLatitude?: number;
    publishedLongitude?: number;
    state?: string;
    timeZone?: string;
    type?: string;
    unit?: string;
    verticalDatum?: string;
}

Properties

active?: boolean

Memberof

LocationCatalogEntry

aliases?: LocationAlias[]

Memberof

LocationCatalogEntry

boundingOffice?: string

Memberof

LocationCatalogEntry

county?: string

Memberof

LocationCatalogEntry

description?: string

Memberof

LocationCatalogEntry

elevation?: number

Memberof

LocationCatalogEntry

horizontalDatum?: string

Memberof

LocationCatalogEntry

kind?: string

Memberof

LocationCatalogEntry

latitude?: number

Memberof

LocationCatalogEntry

longName?: string

Memberof

LocationCatalogEntry

longitude?: number

Memberof

LocationCatalogEntry

mapLabel?: string

Memberof

LocationCatalogEntry

name?: string

Memberof

LocationCatalogEntry

nation?: string

Memberof

LocationCatalogEntry

nearestCity?: string

Memberof

LocationCatalogEntry

office?: string

Memberof

LocationCatalogEntry

publicName?: string

Memberof

LocationCatalogEntry

publishedLatitude?: number

Memberof

LocationCatalogEntry

publishedLongitude?: number

Memberof

LocationCatalogEntry

state?: string

Memberof

LocationCatalogEntry

timeZone?: string

Memberof

LocationCatalogEntry

type?: string

Memberof

LocationCatalogEntry

unit?: string

Memberof

LocationCatalogEntry

verticalDatum?: string

Memberof

LocationCatalogEntry