SearchRequestResult(List<LocationInformation>, String) Constructor
Initializes a new instance of the SearchRequestResult class with the specified keyword and the search result.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
searchResults | List<LocationInformation> | A list of LocationInformation objects specifying the search results. This value is assigned to the SearchRequestResult.SearchResults property. |
keyword | String | A String value which is contained in the result of a search request. |
See Also