Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Represents a search result from business listings. This class inherits from the SearchResultBase Class.
Syntax
public class BusinessSearchResult : SearchResultBase
Public Class BusinessSearchResult Inherits SearchResultBase
Constructor
Name |
Description |
|---|---|
Initializes a new instance of a BusinessSearchResult object. |
Public Properties
Name |
Description |
|---|---|
A System.Collections.Generic.Dictionary <string,object> object containing additional information about the business. |
|
An Address Class object indicating the address of the business. |
|
A Category Class array indicating the business type. |
|
A CategorySpecificPropertySet Class array containing properties specific to the business type. |
|
A double indicating the distance between the search result and the 'where' component of the search query. (Inherited from the SearchResultBase Class.) |
|
A string representing the ID of the search result. (Inherited from the SearchResultBase Class.) |
|
A LocationData Class object containing information about the location of the result. (Inherited from the SearchResultBase Class.) |
|
A string containing the listing title of the search result. (Inherited from the SearchResultBase Class.) |
|
A Neighborhood Class array indicating the neighborhoods where the business is found. |
|
A string containing the phone number of the business. |
|
An int indicating the number of users that rated the business. |
|
An int indicating the number of reviews written about the business. |
|
A double indicating the average user rating given to the business. |
|
A System.Uri representing the business's web site. |