VETileSourceSpecification Class

You are not viewing the latest version of the AJAX control. Bing Maps AJAX V7 is the recommended JavaScript control for Bing Maps. If you need this documentation, it is available in as a CHM or PDF download.

Contains information about a custom map tile source.

Constructor

Name Description

VETileSourceSpecification Constructor

Initializes a new instance of the VETileSourceSpecification object.

Public Properties

Name Description

VETileSourceSpecification.Bounds Property

An array of VELatLongRectangle Class objects that specifies the approximate coverage area of the layer.

VETileSourceSpecification.ID Property

The unique identifier for the layer. Each tile layer on a map must have a unique ID.

VETileSourceSpecification.MaxZoomLevel Property

The maximum zoom level at which to display the custom tile source.

VETileSourceSpecification.MinZoomLevel Property

The minimum zoom level at which to display the custom tile source.

VETileSourceSpecification.NumServers Property

The number of servers on which the tiles are hosted.

VETileSourceSpecification.Opacity Property

Specifies the opacity level of the tiles when displayed on the map.

VETileSourceSpecification.TileSource Property

The location of the tiles.

VETileSourceSpecification.ZIndex Property

Specifies the z-index for the tiles.