GeocodeResponse 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 the results returned by the Geocode Service. This class inherits from the ResponseBase Class.

Syntax

public class GeocodeResponse : ResponseBase
Public Class GeocodeResponse Inherits ResponseBase

Constructor

Name

Description

GeocodeResponse

Initializes a new instance of a GeocodeResponse object.

Public Properties

Name

Description

BrandLogoUri

The System.Uri of the Bing Maps brand logo image. (Inherited from the ResponseBase Class.)

ResponseSummary

A ResponseSummary Class object describing the response that was returned by the service. (Inherited from the ResponseBase Class.)

Results

A GeocodeResult Class array, where each element is a possible match returned by the Geocode Service.

See Also

GeocodeServiceClient.Geocode Method