Share via


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
System_CAPS_pubclass ConfigurationNotLoadedException

Represents the exception that is thrown when a configuration has not loaded.

System_CAPS_pubclass CredentialsInvalidException

The exception that is thrown when the specified credentials are invalid.

System_CAPS_pubclass CredentialsProvider

Provides credentials used to authenticate requests. This class must be inherited.

System_CAPS_pubclass MapConfiguration

Contains asynchronous configuration settings. The configuration settings are loaded when an event handler is added to AsynchronousConfigurationLoaded.

System_CAPS_pubclass MapConfigurationLoadedEventArgs

Provides data for the Loaded event.

System_CAPS_pubclass MapConfigurationSection

Represents a section of the map configuration.

Structures

Structure Description
System_CAPS_pubstructure QuadKey

Represents a Bing Maps quadkey.

Delegates

Delegate Description
System_CAPS_pubdelegate MapConfigurationCallback

Represents the callback function to call when the map configuration has loaded.

Enumerations

Enumeration Description
System_CAPS_pubenum ModeBackground

Contains background styles that allow the foreground controls to choose appropriate foreground styles.

Return to top