Class RadMap
Inheritance
System.Object
RadMap
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadMap : RadItemsControl
Constructors
Fields
Declaration
public static readonly DependencyProperty CenterProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty CommandBarVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DistanceUnitProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty GeoBoundsNWProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty GeoBoundsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty GeoBoundsSEProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsKeyboardNavigationEnabledProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsMiniMapExpandedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly RoutedEvent MapMouseClickEvent
Field Value
Declaration
public static readonly RoutedEvent MapMouseDoubleClickEvent
Field Value
Declaration
public static readonly DependencyProperty MaxZoomLevelProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MiniMapExpanderVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MiniMapHeightProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MiniMapWidthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MinZoomLevelProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MouseClickModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MouseDoubleClickModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MouseDragModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MouseLocationIndicatorVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MouseSelectionModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MouseShiftDragModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MouseWheelModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MouseWheelSensitivityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty NavigationVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly RoutedEvent PanningFinishedEvent
Field Value
Declaration
public static readonly DependencyProperty ProviderProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ProvidersProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ScaleVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SpringAnimationsModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty UseDefaultLayoutProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty UseSpringAnimationsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty WraparoundProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ZoomBarPresetsVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ZoomBarVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly RoutedEvent ZoomingFinishedEvent
Field Value
Declaration
public static readonly DependencyProperty ZoomProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ZoomStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Location Center { get; set; }
Property Value
Declaration
public Visibility CommandBarVisibility { get; set; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Declaration
public DistanceUnit DistanceUnit { get; set; }
Property Value
Declaration
public LocationRect GeoBounds { get; set; }
Property Value
Declaration
public Location GeoBoundsNW { get; set; }
Property Value
Declaration
public Location GeoBoundsSE { get; set; }
Property Value
Declaration
public Rect GeographicalBounds { get; }
Property Value
Declaration
public bool IsInitialized { get; }
Property Value
Declaration
public bool IsKeyboardNavigationEnabled { get; set; }
Property Value
Declaration
public bool IsMiniMapExpanded { get; set; }
Property Value
Declaration
public LocationRect LocationRect { get; }
Property Value
Declaration
public MapZoomBar MapZoomBar { get; }
Property Value
Declaration
public int MaxZoomLevel { get; set; }
Property Value
Declaration
public Visibility MiniMapExpanderVisibility { get; set; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Declaration
public double MiniMapHeight { get; set; }
Property Value
Declaration
public double MiniMapWidth { get; set; }
Property Value
Declaration
public int MinZoomLevel { get; set; }
Property Value
Declaration
public MouseBehavior MouseClickMode { get; set; }
Property Value
Declaration
public MouseBehavior MouseDoubleClickMode { get; set; }
Property Value
Declaration
public MouseDragBehavior MouseDragMode { get; set; }
Property Value
Declaration
public Visibility MouseLocationIndicatorVisibility { get; set; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Declaration
public MouseSelectionMode MouseSelectionMode { get; set; }
Property Value
Declaration
public MouseDragBehavior MouseShiftDragMode { get; set; }
Property Value
Declaration
public MouseWheelBehavior MouseWheelMode { get; set; }
Property Value
Declaration
public double MouseWheelSensitivity { get; set; }
Property Value
Declaration
public Visibility NavigationVisibility { get; set; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Declaration
public double PinchManipulationSensitivity { get; set; }
Property Value
Declaration
public MapProviderBase Provider { get; set; }
Property Value
Declaration
public MapProviderCollection Providers { get; }
Property Value
Declaration
public Visibility ScaleVisibility { get; set; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Declaration
public ISpatialReference SpatialReference { get; set; }
Property Value
Declaration
public SpringAnimationsMode SpringAnimationsMode { get; set; }
Property Value
Declaration
public bool UseDefaultLayout { get; set; }
Property Value
Declaration
public bool UseSpringAnimations { get; set; }
Property Value
Declaration
public bool Wraparound { get; set; }
Property Value
Declaration
public double Zoom { get; set; }
Property Value
Declaration
public Visibility ZoomBarPresetsVisibility { get; set; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Declaration
public Visibility ZoomBarVisibility { get; set; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Declaration
public double ZoomStep { get; set; }
Property Value
Methods
Declaration
public void add_MapMouseClick(MouseRoutedEventHandler value)
Parameters
Declaration
public void add_MapMouseDoubleClick(MouseRoutedEventHandler value)
Parameters
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
|
System.Object
item
|
Declaration
public Location GetCoercedLocation(Location location)
Parameters
Returns
Declaration
public LocationRect GetCoercedLocationRect(LocationRect baseRect)
Parameters
Returns
Declaration
public Size GetGeoSize(Location basePoint, Size pixelSize)
Parameters
|
Location
basePoint
|
|
Windows.Foundation.Size
pixelSize
|
Returns
Declaration
public Size GetLatitudeLongitudeSize(Location basePoint, double width, double height)
Parameters
|
Location
basePoint
|
|
System.Double
width
|
|
System.Double
height
|
Returns
Declaration
public double GetPixelsDistance(double distance)
Parameters
Returns
Declaration
public Size GetPixelSize(Location basePoint, double width, double height)
Parameters
|
Location
basePoint
|
|
System.Double
width
|
|
System.Double
height
|
Returns
Declaration
public Size GetPixelSizeAtZoomLevel(LocationRect geoRegion, int zoomLevel)
Parameters
Returns
Declaration
public Location GetShiftedLocation(Location baseLocation, Nullable<Location> center = null)
Parameters
Returns
Declaration
public bool IsVisible(Location location)
Parameters
Returns
Declaration
protected override void OnApplyTemplate()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
|
System.Object
item
|
Overrides
Declaration
public void RefreshCommandBar()
Declaration
public void remove_MapMouseClick(MouseRoutedEventHandler value)
Parameters
Declaration
public void remove_MapMouseDoubleClick(MouseRoutedEventHandler value)
Parameters
Declaration
public void SetView(LocationRect view, bool useFractionZoom = false)
Parameters
Events
Declaration
public event EventHandler CenterChanged
Event Type
Declaration
public event EventHandler<PropertyChangingEventArgs> CenterChanging
Event Type
Declaration
public event EventHandler InitializeCompleted
Event Type
Declaration
public event MouseRoutedEventHandler MapMouseClick
Event Type
Declaration
public event MouseRoutedEventHandler MapMouseDoubleClick
Event Type
Declaration
public event RoutedEventHandler PanningFinished
Event Type
|
Microsoft.UI.Xaml.RoutedEventHandler
|
Declaration
public event EventHandler<SelectionRectangleChangedEventArgs> SelectionRectangleChanged
Event Type
Declaration
public event EventHandler ZoomChanged
Event Type
Declaration
public event EventHandler<PropertyChangingEventArgs> ZoomChanging
Event Type
Declaration
public event RoutedEventHandler ZoomingFinished
Event Type
|
Microsoft.UI.Xaml.RoutedEventHandler
|
Extension Methods