This topic has not yet been rated - Rate this topic

ImageryMetadataOptions Class

Bing Services

Contains options for refining the imagery metadata request.


public class ImageryMetadataOptions

Name Description

ImageryMetadataOptions

Initializes a new instance of a ImageryMetadataOptions object.

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.

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.