Skip to main content

BingSearchDataProvider.Search Method

Name Parameters Description
Search(BingAddress, String, GeoPoint, SearchBoundingBox) address, culture, searchAnchorPoint, boundingBox Searches for locations that correspond to the specified address around the specified geographical point in the defined region in accordance with the 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) 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) 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.