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

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public void Search(
    BingAddress address
)

Parameters

Name Type Description
address BingAddress

A BingAddress object specifying the required address.

See Also