Constructor SearchResult
| Edit this page View SourceSearchResult(string, string?, ISearchSource, GeoElement?, Viewpoint?)
Initializes a new instance of the SearchResult class.
Declaration
public SearchResult(string title, string? subtitle, ISearchSource owner, GeoElement? geoElement, Viewpoint? viewpoint)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | Sets the DisplayTitle. |
| string | subtitle | Sets the DisplaySubtitle. |
| ISearchSource | owner | Sets the OwningSource. |
| GeoElement | geoElement | Sets the GeoElement. |
| Viewpoint | viewpoint | Sets the SelectionViewpoint. |