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 | |
---|---|---|
AerialMode | Represents Aerial and Aerial with labels map modes. |
|
ApplicationIdCredentialsProvider | Provides credentials in the form of an application ID (a Bing Maps Key). |
|
Credentials | Contains information used to authenticate requests. |
|
LoadingErrorEventArgs | Provides error data when the map does not load. |
|
Location | Contains the altitude and coordinate values of a location on the map. |
|
LocationCollection | Contains a collection of Location items. |
|
LocationRect | Represents a rectangle on the map. |
|
Map | Represents the default map class. |
|
MapCore | Represents the map. |
|
MapEventArgs | Provides data for Map events. |
|
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. |
|
MapLayer | Represents a map layer, which positions its child UIElement objects using geographic coordinates. |
|
MapMode | Defines the base class for a map mode. This class must be inherited. |
|
MapPolygon | Represents a polygon on the map. |
|
MapPolyline | Represents a polyline on the map. |
|
MapShapeBase | Represents the base class for a shape on the map. This class must be inherited. |
|
MapTileLayer | Represents a layer of image tiles on the map. |
|
MercatorMode | Represents the Mercator map mode. |
|
Pushpin | Represents a pushpin on the map. |
|
RoadMode | Represents the Road map mode. |
|
TileSource | Retrieves the URI for a tile based on its zoom level and tile position. |
Structures
Structure | Description | |
---|---|---|
PositionOrigin | Represents the anchor point of UIElement, such as an image, at a Location on a MapLayer. |
Enumerations
Enumeration | Description | |
---|---|---|
AltitudeReference | Represents the starting plane of the altitude measurement. |
|
AnimationLevel | Determines when map navigation is animated. |
Return to top