SearchResultBase 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 properties that define a search result returned by the Search Service.

Syntax

public class SearchResultBase 
Public Class SearchResultBase

Constructor

Name

Description

SearchResultBase 

Initializes a new instance of a SearchResultBase object.

Public Properties

Name

Description

Distance 

A double indicating the distance between the search result and the 'where' component of the search query.

Id 

A string representing the ID of the search result.

LocationData 

A LocationData Class object containing information about the location of the result.

Name 

A string containing the listing title of the search result.

Remarks

The following classes inherit from the SearchResultBase class:

See Also

SearchResultSet.Results Property