geoview-core - v2.2.0
    Preparing search index...

    Interface GeoListItem

    Geolocation search result item.

    interface GeoListItem {
        bbox: [number, number, number, number];
        category: string;
        key: string;
        lat: number;
        lng: number;
        name: string;
        province: string;
    }
    Index

    Properties

    bbox: [number, number, number, number]

    Bounding box as [west, south, east, north].

    category: string

    Location category.

    key: string

    Unique key for the item.

    lat: number

    Latitude coordinate.

    lng: number

    Longitude coordinate.

    name: string

    Display name of the location.

    province: string

    Province or territory name.