observation-js Documentation - v1.16.0
    Preparing search index...

    Interface Location

    interface Location {
        id: number;
        name: string;
        country_code: string;
        permalink: string;
        is_active?: boolean;
        geom?: GeoJSONGeometry;
    }
    Index

    Properties

    id: number

    The location id.

    name: string

    The location name.

    country_code: string

    The country code of the location.

    permalink: string

    A URL to this location on the site.

    is_active?: boolean

    Whether this location should still be used (location detail only).

    GeoJSON Geometry object of this location (location detail only).