ngeo
    Preparing search index...
    interface Item {
        bbox: number[];
        featureId: string;
        geom_st_box2d: string;
        geometry: Point;
        label: string;
        label_no_html: string;
        label_simple: string;
        x: number;
        y: number;
    }
    Index

    Properties

    bbox: number[]
    featureId: string
    geom_st_box2d: string
    geometry: Point
    label: string
    label_no_html: string
    label_simple: string
    x: number
    y: number