Skip to main content

BingSearchDataProvider.Search(BingAddress) Method

Searches for locations that best correspond to the specified address.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void Search(
    BingAddress address
)

Parameters

Name Type Description
address BingAddress

A BingAddress object specifying the required address.

See Also