Microsoft.Phone.Controls.Maps.Core Namespace
Windows Phone
March 22, 2012
The Microsoft.Phone.Controls.Maps.Core namespace contains core classes of the map control. More advanced users can override these classes to implement their own features, such as custom map modes or custom map layers.
| Class | Description | |
|---|---|---|
|
ConfigurationNotLoadedException | The exception that is thrown when a configuration has not loaded. |
|
CopyrightManager | Manages the copyright string. |
|
CredentialsInvalidException | The exception that is thrown when the specified credentials are invalid. |
|
FlatMapMode | Represents a flattened map projection of the Earth. This class must be inherited. |
|
MapBase | Represents the abstract base map class. 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 a map configuration file. |
|
MapCore | Represents the map. |
|
MapMode | Defines the base class for a map mode. This class must be inherited. |
|
MapShapeBase | Represents the base class for a shape on the map. This class must be inherited. |
|
MatrixHelper | Contains helper methods for working with the Matrix class. |
|
MercatorMode | Represents a Mercator map mode. |
|
MercatorUtility | Contains helper methods for Mercator projection calculations. |
|
NullMode | Represents the null map mode. |
|
TileSourceCollection | Contains a collection of TileSource objects. |
|
TileSourcePropertyChangedEventArgs | Provides data for the PropertyChanged event. |
|
UriSchemeNotSupportedException | Represents the exception that is thrown when the URI scheme used to host the map control is not supported. |
| Interface | Description | |
|---|---|---|
|
IProjectable | Defines the base interface for all UIElement objects that use a projection to render themselves on a map. |
| Delegate | Description | |
|---|---|---|
|
MapConfigurationCallback | Represents the function to call when the map configuration has loaded. |
| Enumeration | Description | |
|---|---|---|
|
ModeBackground | Contains background styles that allow the foreground controls to choose appropriate foreground styles. |