Microsoft.Maps.MapControl.WPF Namespace

 

The Microsoft.Maps.MapControl.WPF namespace contains the most commonly used classes of the Bing Maps WPF Control.

Classes

Class Description
System_CAPS_pubclass AerialMode

Represents Aerial and Aerial with labels map modes.

System_CAPS_pubclass ApplicationIdCredentialsProvider

Provides credentials in the form of an application ID (a Bing Maps Key).

System_CAPS_pubclass Credentials

Contains information used to authenticate requests.

System_CAPS_pubclass LoadingErrorEventArgs

Provides error data when the map does not load.

System_CAPS_pubclass Location

Contains the altitude and coordinate values of a location on the map.

System_CAPS_pubclass LocationCollection

Contains a collection of Location items.

System_CAPS_pubclass LocationRect

Represents a rectangle on the map.

System_CAPS_pubclass Map

Represents the default map class.

System_CAPS_pubclass MapCore

Represents the map.

System_CAPS_pubclass MapEventArgs

Provides data for Map events.

System_CAPS_pubclass MapItemsControl

Represents the class that uses a MapLayer as an ItemsPanel. This enables data binding using an ItemsSource and an ItemTemplate. This class inherits from the ItemsControl class.

System_CAPS_pubclass MapLayer

Represents a map layer, which positions its child UIElement objects using geographic coordinates.

System_CAPS_pubclass MapMode

Defines the base class for a map mode. This class must be inherited.

System_CAPS_pubclass MapPolygon

Represents a polygon on the map.

System_CAPS_pubclass MapPolyline

Represents a polyline on the map.

System_CAPS_pubclass MapShapeBase

Represents the base class for a shape on the map. This class must be inherited.

System_CAPS_pubclass MapTileLayer

Represents a layer of image tiles on the map.

System_CAPS_pubclass MercatorMode

Represents the Mercator map mode.

System_CAPS_pubclass Pushpin

Represents a pushpin on the map.

System_CAPS_pubclass RoadMode

Represents the Road map mode.

System_CAPS_pubclass TileSource

Retrieves the URI for a tile based on its zoom level and tile position.

Structures

Structure Description
System_CAPS_pubstructure PositionOrigin

Represents the anchor point of UIElement, such as an image, at a Location on a MapLayer.

Enumerations

Enumeration Description
System_CAPS_pubenum AltitudeReference

Represents the starting plane of the altitude measurement.

System_CAPS_pubenum AnimationLevel

Determines when map navigation is animated.

Return to top