Interface SearchItem

Hierarchy

  • SearchItem

Indexable

[prop: string]: any

Properties

_id?: string | number

An optional unique identifier for the search result.

An optional bounding box of the search result in [west, south, east, north] format.

geom?: GeoJsonObject

Optional GeoJSON geometry associated with this search result.

The provider that sourced this search result.

query: string

The original query string that resulted in this search result.

result?: (() => default<ResultItem>)

Type declaration

text: string

Display text of the search result.

Generated using TypeDoc