ImageryMetadataOptions 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 options for refining the imagery metadata request.

Syntax

public class ImageryMetadataOptions
Public Class ImageryMetadataOptions

Constructor

Name

Description

ImageryMetadataOptions

Initializes a new instance of a ImageryMetadataOptions object.

Public Properties

Name

Description

Heading

A Heading Class object representing the direction the map is turned. Optional. The default value is null.

Location

A Location Class object specifying the location of the tile image. Optional. The default value is null.

ReturnImageryProviders

A bool specifying if provider information should be returned in the ImageryMetadataResult.ImageryProviders Property. Optional. The default value is false.

UriScheme 

A UriScheme Enumeration value specifying the URI scheme to return. Optional. The default value is UriScheme.Http.

ZoomLevel

An int representing the zoom level of the map view. Optional.

Remarks

If the ImageryMetadataRequest.Style Property specifies Birdseye or BirdseyeWithLabels imagery, then both the Location property and the ZoomLevel property must be specified.