Back to Devexpress

BingSearchDataProvider.Search Method

wpf-devexpress-dot-xpf-dot-map-dot-bingsearchdataprovider-dot-search.md

latest3.7 KB
Original Source

BingSearchDataProvider.Search Method

NameParametersDescription
Search(BingAddress, String, GeoPoint, SearchBoundingBox)address, culture, searchAnchorPoint, boundingBoxSearches 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)addressSearches for locations that best correspond to the specified address.
Search(String, GeoPoint)keyword, searchAnchorPointSearches for locations that best correspond to the specified keywords around the specified geographical point.
Search(String, Int32)keyword, startingIndexObsolete. Searches for locations that best correspond to the specified keywords starting from the specified index.
Search(String, String, GeoPoint, SearchBoundingBox)keyword, culture, searchAnchorPoint, boundingBoxSearches 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, startingIndexObsolete. 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, cultureObsolete. 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, searchAnchorPointObsolete. 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, startingIndexObsolete. 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, cultureObsolete. Searches for locations that best correspond to the specified keywords near the specified location.
Search(String, String)keyword, locationObsolete. Searches for locations that best correspond to the specified keywords near the specified location.
Search(String)keywordSearches for locations that best correspond to the specified keywords.