Search Service
The Bing Maps Search Service is comprised of classes and enumerations that allow you to parse a search query as well as return search results.
In This Section
The Bing Maps Search Service contains the following classes and enumerations.
Web Service Class
| Class or Enumeration | Description |
|---|---|
|
Contains the methods used to make requests to the Search Service. |
Note The web service class name may be different depending on the tool you use to generate the client proxy classes.
Bing Maps Search Service Classes and Enumerations
|
Contains properties identifying filters available for the search result. |
|
|
Represents a search result from business listings. This class inherits from the SearchResultBase Class. |
|
|
Contains properties that indicate the number of items in a specified category and the number of items in a specified category in specific neighborhoods. |
|
|
Contains a point of interest category name and properties specific to that category. |
|
|
Represents a search result from community content listings. This class inherits from the SearchResultBase Class. |
|
|
Contains operators that compare two values. |
|
|
Represents a filter value ID and name. |
|
|
Contains search result listing types, which specify the search source. |
|
|
Contains geocoded locations as well as properties indicating the match code and match confidence of these locations. |
|
|
Represents a city neighborhood. |
|
|
Contains a parsed search query. |
|
|
Represents a search result from people listings. This class inherits from the SearchResultBase Class. |
|
|
Contains a corrected query and a corrected separated query derived from a search request. |
|
|
Contains properties that specify a number range of allowable filter property values. This class inherits from the AvailableFilter Class. |
|
|
Contains properties used to refine a search service request. |
|
|
Contains a location or area that matches the 'where' component of the search query. |
|
|
Contains the properties needed to make a SearchServiceClient.Search Method service request. This class inherits from the RequestBase Class. |
|
|
Contains the results returned by the Search Service. This class inherits from the ResponseBase Class. |
|
|
Contains properties that define a search result returned by the Search Service. |
|
|
Contains a set of search results as well as other properties that describe the search that was performed. |
|
|
Contains values that specify how to order items. |
|
|
Contains properties that represent the 'what' and 'where' components of a search query. |
|
|
Represents a search filter with a fixed set of valid values. This class inherits from the AvailableFilter Class. |