MapStyle Enumeration

This documentation is no longer available on MSDN, however it is available as a CHM download.

Represents the style of imagery displayed on the map. Use this type when communicating with the Bing Maps SOAP Services.

Namespace: Microsoft.Maps.MapControl.PlatformServices
Assembly: Microsoft.Maps.MapControl.Common (in Microsoft.Maps.MapControl.Common.dll)

Usage

Syntax

'Declaration
<DataContractAttribute(Namespace:="https://dev.virtualearth.net/webservices/v1/common")> _
Public Enumeration MapStyle
[DataContractAttribute(Namespace="https://dev.virtualearth.net/webservices/v1/common")] 
public enum MapStyle
[DataContractAttribute(Namespace=L"https://dev.virtualearth.net/webservices/v1/common")] 
public enum class MapStyle
/** @attribute DataContractAttribute(Namespace="https://dev.virtualearth.net/webservices/v1/common") */ 
public enum MapStyle
DataContractAttribute(Namespace="https://dev.virtualearth.net/webservices/v1/common") 
public enum MapStyle

Members

Member name Description
Aerial The aerial map style.
AerialWithLabels The aerial map style with labels.
Birdseye The bird’s eye (oblique-angle) imagery map style.
BirdseyeWithLabels The bird’s eye (oblique-angle) imagery map style with labels.
Road The road map style.

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

Microsoft.Maps.MapControl.PlatformServices Namespace