Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BingSearchDataProvider.Search Method

Name Parameters Description
Search(BingAddress, String, GeoPoint, SearchBoundingBox) address, culture, searchAnchorPoint, boundingBox Searches for locations that best correspond to the specified address around the specified geographical point in the defined region in accordance with local culture.
Search(BingAddress) address Searches for locations that best correspond to the specified address.
Search(String, GeoPoint) keyword, searchAnchorPoint Searches for locations that best correspond to the specified keywords around the specified geographical point.
Search(String, Int32) keyword, startingIndex Obsolete. Searches for locations that best correspond to the specified keywords starting from the specified index.
Search(String, String, GeoPoint, SearchBoundingBox) keyword, culture, searchAnchorPoint, boundingBox Searches for locations that best correspond to the specified keyword around the specified geographical point in the defined region in accordance with local culture.
Search(String, String, GeoPoint, Int32) keyword, location, searchAnchorPoint, startingIndex Obsolete. Searches for locations that best correspond to the specified keywords near the specified location around the specified geographical point starting from the specified index.
Search(String, String, GeoPoint, String) keyword, location, searchAnchorPoint, culture Obsolete. Searches for locations that best correspond to the specified keywords near the specified location around the specified geographical point.
Search(String, String, GeoPoint) keyword, location, searchAnchorPoint Obsolete. Searches for locations that best correspond to the specified keywords near the specified location around the specified geographical point.
Search(String, String, Int32) keyword, location, startingIndex Obsolete. Searches for locations that best correspond to the specified keywords near the specified location starting from the specified index.
Search(String, String, String) keyword, location, culture Obsolete. Searches for locations that best correspond to the specified keywords near the specified location.
Search(String, String) keyword, location Obsolete. Searches for locations that best correspond to the specified keywords near the specified location.
Search(String) keyword Searches for locations that best correspond to the specified keywords.