SearchResult
Результат работы поисковика
Extends:
Hashable
public static func == (lhs: SearchResult, rhs: SearchResult) -> Bool
Returns a Boolean value indicating whether two values are equal.
Methods
Результат работы поисковика
Hashable
public static func == (lhs: SearchResult, rhs: SearchResult) -> Bool
Returns a Boolean value indicating whether two values are equal.
public func hash(into hasher: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
hasher
Hasher
The hasher to use when combining the components of this instance.
public func markerTitles(
objectIds: [DirectoryObjectId]
) -> [Future<[UIMarkerInfo]>]
Получение текстов маркеров по их идентификаторам. Возвращается vector <future
firstPage
Первая страница результатов поиска
representativeArea
Прямоугольная область, подходящая для отображения результатов поиска.
itemMarkerInfos
Future<[ItemMarkerInfo]?>
Асинхронное получение маркеров.
autoUseFirstResult
Признак того, что первый результат пригоден для непосредственного использования.