Skip to main content

SearchRequestResult(List<LocationInformation>, String) Constructor

Initializes a new instance of the SearchRequestResult class with the specified keyword and the search result.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public SearchRequestResult(
    List<LocationInformation> searchResults,
    string keyword
)

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