VEMapStyle Enumeration

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.

An enumeration of map styles.

Note

On July 6, 2011, the new enhanced road map style in use on https://www.bing.com/maps became the default and only road style available for all Bing Maps APIs.

VEMapStyle{ Road Shaded Aerial Hybrid Oblique Birdseye BirdseyeHybrid }

Members

Member Description

Road

The road map style

Shaded

The shaded map style, which is a road map with shaded contours.

Aerial

The aerial map style

Hybrid

The hybrid map style, which is an aerial map with a label overlay

Oblique

The oblique map style, which is the same as Birdseye

Birdseye

The bird's eye (oblique-angle) imagery map style

BirdseyeHybrid

The bird's eye hybrid map style, which is a bird's eye map with a label overlay

Remarks

Shaded maps are not supported in all regions.

If you would like to see either the Birdseye or BirdseyeHybrid map style in VEMapMode.Mode3D, then you will need to use the VEMap.Show3DBirdseye Method.

See Also

Reference

VEMap.GetMapStyle Method
VEMap.SetMapStyle Method
VEMap.LoadMap Method
VEMapMode Enumeration