Back to Devexpress

OsmSearchDataProvider.Search(String, String) Method

wpf-devexpress-dot-xpf-dot-map-dot-osmsearchdataprovider-dot-search-x28-system-dot-string-system-dot-string-x29.md

latest1.5 KB
Original Source

OsmSearchDataProvider.Search(String, String) Method

Searches for locations that best correspond to the specified keyword in accordance with local culture.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void Search(
    string keyword,
    string cultureCode
)
vb
Public Sub Search(
    keyword As String,
    cultureCode As String
)

Parameters

NameTypeDescription
keywordString

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 specifying the local culture code.

|

See Also

OsmSearchDataProvider Class

OsmSearchDataProvider Members

DevExpress.Xpf.Map Namespace