Interface Location

Export

Location

interface Location {
    active?: boolean;
    boundingOfficeId?: string;
    countyName?: string;
    description?: string;
    elevation?: number;
    horizontalDatum?: string;
    latitude?: number;
    locationKind?: string;
    locationType?: string;
    longName?: string;
    longitude?: number;
    mapLabel?: string;
    name: string;
    nation?: LocationNationEnum;
    nearestCity?: string;
    officeId: string;
    publicName?: string;
    publishedLatitude?: number;
    publishedLongitude?: number;
    stateInitial?: string;
    timezoneName?: string;
    verticalDatum?: string;
}

Properties

active?: boolean

Memberof

Location

boundingOfficeId?: string

Memberof

Location

countyName?: string

Memberof

Location

description?: string

Memberof

Location

elevation?: number

Memberof

Location

horizontalDatum?: string

Memberof

Location

latitude?: number

Memberof

Location

locationKind?: string

Memberof

Location

locationType?: string

Memberof

Location

longName?: string

Memberof

Location

longitude?: number

Memberof

Location

mapLabel?: string

Memberof

Location

name: string

Memberof

Location

Memberof

Location

nearestCity?: string

Memberof

Location

officeId: string

Owning office of object.

Memberof

Location

publicName?: string

Memberof

Location

publishedLatitude?: number

Memberof

Location

publishedLongitude?: number

Memberof

Location

stateInitial?: string

Memberof

Location

timezoneName?: string

Memberof

Location

verticalDatum?: string

Memberof

Location