MapUriResponse 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 URI returned by the ImageryServiceClient.GetMapUri Method. This class inherits from the ResponseBase Class.

Syntax

public class MapUriResponse : ResponseBase
Public Class MapUriResponse Inherits ResponseBase

Constructor

Name

Description

MapUriResponse 

Initializes a new instance of a MapUriResponse 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.)

Uri 

A string that is the URI of the requested map.

See Also

ImageryServiceClient.GetMapUri Method