Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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