This topic has not yet been rated - Rate this topic

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
Public class ConfigurationNotLoadedException The exception that is thrown when a configuration has not loaded.
Public class CopyrightManager Manages the copyright string.
Public class CredentialsInvalidException The exception that is thrown when the specified credentials are invalid.
Public class FlatMapMode Represents a flattened map projection of the Earth. This class must be inherited.
Public class MapBase Represents the abstract base map class. This class must be inherited.
Public class MapConfiguration Contains asynchronous configuration settings. The configuration settings are loaded when an event handler is added to AsynchronousConfigurationLoaded.
Public class MapConfigurationLoadedEventArgs Provides data for the Loaded event.
Public class MapConfigurationSection Represents a section of a map configuration file.
Public class MapCore Represents the map.
Public class MapMode Defines the base class for a map mode. This class must be inherited.
Public class MapShapeBase Represents the base class for a shape on the map. This class must be inherited.
Public class MatrixHelper Contains helper methods for working with the Matrix class.
Public class MercatorMode Represents a Mercator map mode.
Public class MercatorUtility Contains helper methods for Mercator projection calculations.
Public class NullMode Represents the null map mode.
Public class TileSourceCollection Contains a collection of TileSource objects.
Public class TileSourcePropertyChangedEventArgs Provides data for the PropertyChanged event.
Public class UriSchemeNotSupportedException Represents the exception that is thrown when the URI scheme used to host the map control is not supported.
  Interface Description
Public interface IProjectable Defines the base interface for all UIElement objects that use a projection to render themselves on a map.
  Delegate Description
Public delegate MapConfigurationCallback Represents the function to call when the map configuration has loaded.
  Enumeration Description
Public enumeration ModeBackground Contains background styles that allow the foreground controls to choose appropriate foreground styles.

Did you find this helpful?
(1500 characters remaining)