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

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public void Search(
    string keyword,
    string cultureCode
)

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

See Also