OsmSearchDataProvider.Search(String, String) Method
Searches for locations that best correspond to the specified keyword in accordance with local culture.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
keyword | String | A String value 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 specifying the local culture code. |
See Also