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

BingSearchDataProvider.Search(BingAddress) Method

Searches for locations that best correspond to the specified address.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public void Search(
    BingAddress address
)

Parameters

Name Type Description
address BingAddress

A BingAddress object specifying the required address.

See Also