Back to Devexpress

OsmSearchDataProvider.Search(String, String, String[], SearchBoundingBox) Method

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

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void Search(
    string keyword,
    string cultureCode,
    string[] countryCodes,
    SearchBoundingBox boundingBox
)
vb
Public Sub Search(
    keyword As String,
    cultureCode As String,
    countryCodes As String(),
    boundingBox As SearchBoundingBox
)

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

OsmSearchDataProvider Class

OsmSearchDataProvider Members

DevExpress.Xpf.Map Namespace