Imagery Service
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 http://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 |
|---|---|
|
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 |
|---|---|
|
Contains bounding box and zoom level properties specifying a coverage area. |
|
|
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. |
|
|
Contains options for refining the imagery metadata request. |
|
|
Contains the properties needed to make a ImageryServiceClient.GetImageryMetadata Method service request. This class inherits from the RequestBase Class. |
|
|
Contains the results returned by the ImageryServiceClient.GetImageryMetadata Method. This class inherits from the ResponseBase Class. |
|
|
Contains detailed information about a specific image, including vintage data and URIs. |
|
|
Represents a vendor that provides imagery data. |
|
|
Contains image format types. |
|
|
Contains map styles. |
|
|
Contains the options for refining the map URI request. |
|
|
Contains the properties needed to make a ImageryServiceClient.GetMapUri Method service request. This class inherits from the RequestBase Class. |
|
|
Contains the URI returned by the ImageryServiceClient.GetMapUri Method. This class inherits from the ResponseBase Class. |
|
|
Contains values that specify URI scheme. |
Note: