SearchResult class

Результат работы поисковика.

Implemented types

Properties

actionWidgets List<Widget>
Виджеты быстрых фильтров.
no setter
autoUseFirstResult bool
Признак того, что первый результат пригоден для непосредственного использования.
no setter
dynamicFilters List<DynamicFilter>
Динамические фильтры для этого запроса.
no setter
firstPage Page?
Первая страница результатов поиска.
no setter
hashCode int
The hash code for this object.
no setteroverride
itemMarkerInfos → CancelableOperation<List<ItemMarkerInfo>?>
Асинхронное получение маркеров.
no setter
mainWidgets List<Widget>
Виджеты фильтров.
no setter
representativeArea Geometry?
Прямоугольная область, подходящая для отображения результатов поиска.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchResultType SearchResultType
Тип поискового запроса.
no setter

Methods

markerTitles(List<DgisObjectId> objectIds) List<CancelableOperation<List<UIMarkerInfo>>>
Получение текстов маркеров по их идентификаторам. Возвращается vector <future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override