OsmSearchDataProvider.Search(String, String, String[], SearchBoundingBox, Int32) Method
Searches for locations that best correspond to the specified keyword in the specified region in the accordance with local culture and country codes.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public void Search(
string keyword,
string cultureCode,
string[] countryCodes,
SearchBoundingBox boundingBox,
int limit
)
Parameters
Name | Type | Description |
---|---|---|
keyword | String | A String containing information to search for on a map. This string can contain either geographical names or other information to look for. |
cultureCode | String | A String value containing the local culture. |
countryCodes | String[] | A String[] object containing country codes. |
boundingBox | SearchBoundingBox | A SearchBoundingBox object specifying the region to search for. |
limit | Int32 | A Int32 value specifying the maximum number of search results. |
See Also