OsmSearchDataProvider.Search(String, String, String[], SearchBoundingBox) 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.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public void Search(
string keyword,
string cultureCode,
string[] countryCodes,
SearchBoundingBox boundingBox
)
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 containing the local culture. |
| countryCodes | String[] | A String[] object containing country codes. |
| boundingBox | SearchBoundingBox | A SearchBoundingBox object specifying the region to search for. |
See Also