@mapgear/geoapps > SmartSearchResult
SmartSearchResult class
Contains the result of a smart search action
Signature:export declare class SmartSearchResult
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Coordinate | [number, number] | Coordinate of the record | |
EpsgCode | string | EPSG code of the Coordinate | |
Fields | { [key: string]: string; }[] | Additional fields of the search result | |
Id | string | Id of the record | |
Title | string | Display title of the record |