BingSearchDataProvider.Search(BingAddress) Method
In This Article
Searches for locations that best correspond to the specified address.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public void Search(
BingAddress address
)
#Parameters
Name | Type | Description |
---|---|---|
address | Bing |
A Bing |
See Also