PersonSearchResult 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 people listings. This class inherits from the SearchResultBase Class.

Syntax

public class PersonSearchResult : SearchResultBase
Public Class PersonSearchResult Inherits SearchResultBase

Constructor

Name

Description

PersonSearchResult 

Initializes a new instance of a PersonSearchResult object.

Public Properties

Name

Description

Address 

An Address Class object representing the address of the person.

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

PhoneNumber 

A string containing the phone number of the person.

See Also

SearchResultSet.Results Property