BusinessSearchResult 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. 

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

BusinessSearchResult 

Initializes a new instance of a BusinessSearchResult object.

Public Properties

Name

Description

AdditionalProperties 

A System.Collections.Generic.Dictionary <string,object> object containing additional information about the business.

Address 

An Address Class object indicating the address of the business.

Categories 

A Category Class array indicating the business type.

CategorySpecificProperties 

A CategorySpecificPropertySet Class array containing properties specific to the business type.

Distance 

A double indicating the distance between the search result and the 'where' component of the search query. (Inherited from the SearchResultBase Class.)

Id 

A string representing the ID of the search result. (Inherited from the SearchResultBase Class.)

LocationData 

A LocationData Class object containing information about the location of the result. (Inherited from the SearchResultBase Class.)

Name 

A string containing the listing title of the search result. (Inherited from the SearchResultBase Class.)

Neighborhoods 

A Neighborhood Class array indicating the neighborhoods where the business is found.

PhoneNumber 

A string containing the phone number of the business.

RatingCount 

An int indicating the number of users that rated the business.

ReviewCount 

An int indicating the number of reviews written about the business.

UserRating 

A double indicating the average user rating given to the business.

Website 

A System.Uri representing the business's web site.

See Also

SearchResultSet.Results Property