Imagery Service

 

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. 

The Bing Maps Imagery Service is comprised of classes and enumerations that allow you to retrieve map imagery information, including imagery URIs.

Note

On July 6, 2011, the new enhanced road style that is already in use on https://www.bing.com/maps/ became the default and only road map style for Road, Birdseye with Labels and Aerial with Labels map styles. For more information, see MapStyle Enumeration.

In this Section

The Bing Maps Imagery Service contains the following classes and enumerations.

Web Service Class

Class or Enumeration

Description

ImageryServiceClient Class

Contains the methods used to make requests to the Imagery Service.

Note The web service class name may be different depending on the tool you use to generate the client proxy classes.

Bing Maps Imagery Service Classes and Enumerations

Class or Enumeration

Description

CoverageArea Class

Contains bounding box and zoom level properties specifying a coverage area.

ImageryMetadataBirdseyeResult Class

Contains detailed information about a specific bird's eye image, including vintage data, URIs, image orientation, and bird's eye tile details. This class inherits from the ImageryMetadataResult Class.

ImageryMetadataOptions Class

Contains options for refining the imagery metadata request.

ImageryMetadataRequest Class

Contains the properties needed to make a ImageryServiceClient.GetImageryMetadata Method service request. This class inherits from the RequestBase Class.

ImageryMetadataResponse Class

Contains the results returned by the ImageryServiceClient.GetImageryMetadata Method. This class inherits from the ResponseBase Class.

ImageryMetadataResult Class

Contains detailed information about a specific image, including vintage data and URIs.

ImageryProvider Class

Represents a vendor that provides imagery data.

ImageType Enumeration

Contains image format types.

MapStyle Enumeration

Contains map styles.

MapUriOptions Class

Contains the options for refining the map URI request.

MapUriRequest Class

Contains the properties needed to make a ImageryServiceClient.GetMapUri Method service request. This class inherits from the RequestBase Class.

MapUriResponse Class

Contains the URI returned by the ImageryServiceClient.GetMapUri Method. This class inherits from the ResponseBase Class.

UriScheme Enumeration

Contains values that specify URI scheme.

See Also

Common Classes and Enumerations