SearchResultSet Class

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains a set of search results as well as other properties that describe the search that was performed.

Syntax

public class SearchResultSet
Public Class SearchResultSet

Constructor

Name

Description

SearchResultSet 

Initializes a new instance of a SearchResultSet object.

Public Properties

Name

Description

AlternateSearchRegions 

A SearchRegion Class array containing other possible matches for the 'where' component of the search.

AvailableFilters

An AvailableFilter Class array containing filters that can be used to filter the results in the Results property.

CategoryCounts 

A CategoryCount Class array, where each element contains the number of results in the Results property that belong to a specified category.

EstimatedMatches

An int indicating an estimated number of matches found from the search.

ListingType

A string indicating the listing type of the results in the Results property.

Parse

A Parse Class object containing the parsed search query.

QueryCategory

Reserved for future use.

QueryCorrected

A bool indicating if a suggested query was used.

SearchResultSet.Results Property

A SearchResultBase Class array containing the search results.

SearchRegion 

A SearchRegion Class object containing a location or area that matches the 'where' component of the search query.

See Also

SearchResponse.ResultSets Property