Share via


Map Methods

This documentation is no longer available on MSDN, however it is available as a CHM download.

Public Methods

(see also Protected Methods)

  Name Description
public method AddHandler  (inherited from UIElement)
public method ApplyTemplate  (inherited from Control)
public method Arrange  (inherited from UIElement)
public method CaptureMouse  (inherited from UIElement)
public method CheckAccess  (inherited from DependencyObject)
public method ClearValue  (inherited from DependencyObject)
public method Equals  (inherited from Object)
public method FindName  (inherited from FrameworkElement)
public method Focus  (inherited from Control)
public method GetAnimationBaseValue  (inherited from DependencyObject)
public method GetBindingExpression  (inherited from FrameworkElement)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method GetValue  (inherited from DependencyObject)
public method InvalidateArrange  (inherited from UIElement)
public method InvalidateMeasure  (inherited from UIElement)
public method LocationToViewportPoint  Overridden.
Converts a location to a viewport point.
 (inherited from MapBase)
public method Measure  (inherited from UIElement)
public method OnApplyTemplate  (inherited from FrameworkElement)
public method ReadLocalValue  (inherited from DependencyObject)
public method ReleaseMouseCapture  (inherited from UIElement)
public method RemoveHandler  (inherited from UIElement)
public method SetBinding  (inherited from FrameworkElement)
public method SetMode  Overridden.
Sets the map mode.
 (inherited from MapBase)
public method SetValue  (inherited from DependencyObject)
public method SetView  Overridden.
Sets the map view to the specified center location and zoom level.
 (inherited from MapBase)
public method ToString  (inherited from Object)
public method TransformToVisual  (inherited from UIElement)
public method TryLocationToViewportPoint  Overridden.
Tries to converts a location to a viewport point.
 (inherited from MapBase)
public method TryViewportPointToLocation  Overridden.
Tries to convert a viewport point to a location.
 (inherited from MapBase)
public method UpdateLayout  (inherited from UIElement)
public method ViewportPointToLocation  Overridden.
Converts the specified viewport point to a location.
 (inherited from MapBase)

Protected Methods

  Name Description
protected method ArrangeOverride  Overridden.
Arranges the elements to fit the given Size.
 (inherited from FrameworkElement)
protected method Finalize Overridden.
Deconstructs the map.
protected method GetTemplateChild  (inherited from Control)
protected method MeasureOverride  Overridden.
Measures the map elements so that they fit within the map Size.
 (inherited from FrameworkElement)
protected method MemberwiseClone  (inherited from Object)
protected method OnCenterChanged  Overridden.
Enables the ability to provide custom handling when the location of the center of the map changes.
 (inherited from MapBase)
protected method OnCreateAutomationPeer  Overridden.
Enables the ability to provide custom handling when an automation peer is created.
 (inherited from UIElement)
protected method OnCredentialsProviderChanged Overridden.
Enables the ability to provide custom handling when the credentials provider changes.
protected method OnCultureChanged Overridden.
Enables derived classes to provide custom handling when the culture of the map changes.
protected method OnFirstFrame Overridden.
Enables derived classes to provide custom handling when the first map frame is loaded.
protected method OnGotFocus  (inherited from Control)
protected method OnHeadingChanged  Overridden.
Enables the ability to provide custom handling when the directional heading of the map changes.
 (inherited from MapBase)
protected method OnKeyDown  Overridden.
Raises the KeyDown keyboard event.
 (inherited from Control)
protected method OnKeyUp  Overridden.
Raises the KeyUp keyboard event.
 (inherited from Control)
protected method OnLostFocus  (inherited from Control)
protected method OnLostMouseCapture  (inherited from Control)
protected method OnMouseEnter  (inherited from Control)
protected method OnMouseLeave  (inherited from Control)
protected method OnMouseLeftButtonDown  Overridden.
Raises the MouseLeftButtonDown mouse event.
 (inherited from Control)
protected method OnMouseLeftButtonUp  Overridden.
Raises the MouseLeftButtonUp mouse event.
 (inherited from Control)
protected method OnMouseMove  Overridden.
Raises the MouseMove mouse event.
 (inherited from Control)
protected method OnMouseWheel  Overridden.
Raises the MouseWheel mouse event.
 (inherited from Control)
protected method OnOverlayVisibilityChanged Overridden.
Enables the ability to provide custom handling when the visibility of an overlay changes.
protected method OnPitchChanged  Overridden.
Enables the ability to provide custom handling when the pitch of the map changes.
 (inherited from MapBase)
protected method OnZoomLevelChanged  Overridden.
Enables the ability to provide custom handling when the zoom level of the map changes.
 (inherited from MapBase)

See Also

Reference

Map Class
Microsoft.Maps.MapControl Namespace

Other Resources

Creating a Basic Application Using the Silverlight Map Control
Navigating Between Map Views