CommunityContentSearchResult 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 community content listings. This class inherits from the SearchResultBase Class.

Syntax

public class CommunityContentSearchResult : SearchResultBase
Public Class CommunityContentSearchResult Inherits SearchResultBase

Constructor

Name

Description

CommunityContentSearchResult 

Initializes a new instance of a CommunityContentSearchResult object.

Public Properties

Name

Description

AdditionalProperties 

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

Description 

A string containing the description of the community content.

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

See Also

SearchResultSet.Results Property