Back to Devexpress

OsmSearchDataProvider.Search(String) Method

windowsforms-devexpress-dot-xtramap-dot-osmsearchdataprovider-dot-search-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

OsmSearchDataProvider.Search(String) Method

Searches for locations that best correspond to the specified keyword.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public void Search(
    string keyword
)
vb
Public Sub Search(
    keyword 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.

|

See Also

OsmSearchDataProvider Class

OsmSearchDataProvider Members

DevExpress.XtraMap Namespace