UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

30 lines (29 loc) 787 B
class SearchResult { constructor() { Object.defineProperty(this, "bbox", { enumerable: true, configurable: true, writable: true, value: void 0 }); Object.defineProperty(this, "geometry", { enumerable: true, configurable: true, writable: true, value: void 0 }); Object.defineProperty(this, "properties", { enumerable: true, configurable: true, writable: true, value: void 0 }); Object.defineProperty(this, "selected", { enumerable: true, configurable: true, writable: true, value: false }); } } export default SearchResult;