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;
}

Properties

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