Skip to main content

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.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.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