opensensemap-client
    Preparing search index...

    Type Alias GetBoxesOptions

    type GetBoxesOptions = {
        classify?: boolean;
        date?: DateRFC3339 | Date;
        exposure?: string | ExposureType[];
        full?: boolean;
        grouptag?: string | string[];
        maxDistance?: number;
        minimal?: boolean;
        model?: BoxModel;
        near?: string;
        phenomenon?: string;
    }
    Index

    Properties

    classify?: boolean
    date?: DateRFC3339 | Date
    exposure?: string | ExposureType[]
    full?: boolean
    grouptag?: string | string[]
    maxDistance?: number
    minimal?: boolean
    model?: BoxModel
    near?: string
    phenomenon?: string