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

BingSearchDataProvider.Search(String, GeoPoint) Method

Searches for locations that best correspond to the specified keywords around the specified geographical point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public void Search(
    string keyword,
    GeoPoint searchAnchorPoint
)

Parameters

Name Type Description
keyword String

A String containing information to search for on a map. This string can contain either geographical names or other information to look for.

searchAnchorPoint GeoPoint

A GeoPoint object specifying the geographical point, around which it is necessary to search for a keyword.

See Also