Microsoft.Maps.MapControl.WPF.Core Namespace
The Microsoft.Maps.MapControl.WPF.Core namespace contains core classes of the map control. More advanced users can override these classes to implement their own features.
Classes
Class | Description | |
---|---|---|
ConfigurationNotLoadedException | Represents the exception that is thrown when a configuration has not loaded. |
|
CredentialsInvalidException | The exception that is thrown when the specified credentials are invalid. |
|
CredentialsProvider | Provides credentials used to authenticate requests. This class must be inherited. |
|
MapConfiguration | Contains asynchronous configuration settings. The configuration settings are loaded when an event handler is added to AsynchronousConfigurationLoaded. |
|
MapConfigurationLoadedEventArgs | Provides data for the Loaded event. |
|
MapConfigurationSection | Represents a section of the map configuration. |
Structures
Structure | Description | |
---|---|---|
QuadKey | Represents a Bing Maps quadkey. |
Delegates
Delegate | Description | |
---|---|---|
MapConfigurationCallback | Represents the callback function to call when the map configuration has loaded. |
Enumerations
Enumeration | Description | |
---|---|---|
ModeBackground | Contains background styles that allow the foreground controls to choose appropriate foreground styles. |
Return to top