skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class MapProviderBase

Inheritance
System.Object
MapProviderBase
EmptyProvider
ImageProvider
TiledProvider
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class MapProviderBase : DependencyObject, IDisposable

Constructors

MapProviderBase()

Declaration
protected MapProviderBase()

Fields

GeoBoundsNWProperty

Declaration
public static readonly DependencyProperty GeoBoundsNWProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

GeoBoundsProperty

Declaration
public static readonly DependencyProperty GeoBoundsProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

GeoBoundsSEProperty

Declaration
public static readonly DependencyProperty GeoBoundsSEProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

OpacityProperty

Declaration
public static readonly DependencyProperty OpacityProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

CommandBindingCollection

Declaration
public CommandBindingCollection CommandBindingCollection { get; }
Property Value
CommandBindingCollection

Commands

Declaration
public ObservableCollection<CommandDescription> Commands { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<CommandDescription>

GeoBounds

Declaration
public LocationRect GeoBounds { get; set; }
Property Value
LocationRect

GeoBoundsNW

Declaration
public Location GeoBoundsNW { get; set; }
Property Value
Location

GeoBoundsSE

Declaration
public Location GeoBoundsSE { get; set; }
Property Value
Location

MapSources

Declaration
protected Dictionary<string, IMapSource> MapSources { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, IMapSource>

Opacity

Declaration
public double Opacity { get; set; }
Property Value
System.Double

SpatialReference

Declaration
public virtual ISpatialReference SpatialReference { get; }
Property Value
ISpatialReference

SupportedSources

Declaration
public string[] SupportedSources { get; }
Property Value
System.String[]

Methods

ApplySourceModes(String)

Declaration
protected virtual string ApplySourceModes(string uniqueId)
Parameters
System.String uniqueId

Returns
System.String

Dispose()

Declaration
public void Dispose()

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean disposing

GetValidatedGeoPoint(Location)

Declaration
public virtual Location GetValidatedGeoPoint(Location geoPoint)
Parameters
Location geoPoint

Returns
Location

InheritCurrentSource(MapProviderBase)

Declaration
protected virtual void InheritCurrentSource(MapProviderBase clone)
Parameters
MapProviderBase clone

InheritParameters(MapProviderBase)

Declaration
protected virtual void InheritParameters(MapProviderBase clone)
Parameters
MapProviderBase clone

OnPreviewSourceChange(IMapSource)

Declaration
protected virtual bool OnPreviewSourceChange(IMapSource source)
Parameters
IMapSource source

Returns
System.Boolean

OnPreviewSourceChanged(IMapSource)

Declaration
protected virtual void OnPreviewSourceChanged(IMapSource source)
Parameters
IMapSource source

RegisterSetSourceCommand(Type, String, DataTemplate, Uri, CanExecuteRoutedEventHandler, ExecutedRoutedEventHandler)

Declaration
protected void RegisterSetSourceCommand(Type sourceType, string text, DataTemplate dataTemplate, Uri imageUri, CanExecuteRoutedEventHandler canExecute, ExecutedRoutedEventHandler execute)
Parameters
System.Type sourceType

System.String text

Microsoft.UI.Xaml.DataTemplate dataTemplate

System.Uri imageUri

CanExecuteRoutedEventHandler canExecute

ExecutedRoutedEventHandler execute

SetCommandState(String)

Declaration
protected virtual void SetCommandState(string uniqueId)
Parameters
System.String uniqueId

SetMapSource(String)

Declaration
public void SetMapSource(string uniqueId)
Parameters
System.String uniqueId

SetMapSourceToClone(MapProviderBase, String)

Declaration
public virtual void SetMapSourceToClone(MapProviderBase clone, string uniqueId)
Parameters
MapProviderBase clone

System.String uniqueId

SourceInitializationFaulted(Object, InitializationFaultEventArgs)

Declaration
protected void SourceInitializationFaulted(object sender, InitializationFaultEventArgs e)
Parameters
System.Object sender

InitializationFaultEventArgs e

TilePresenterMapSourceChanged(Object, SourceChangedEventArgs)

Declaration
protected virtual void TilePresenterMapSourceChanged(object sender, SourceChangedEventArgs e)
Parameters
System.Object sender

SourceChangedEventArgs e

TryGetMapSource(String, out IMapSource)

Declaration
public bool TryGetMapSource(string uniqueId, out IMapSource source)
Parameters
System.String uniqueId

IMapSource source

Returns
System.Boolean

Events

InitializationFaulted

Declaration
public event EventHandler<InitializationFaultEventArgs> InitializationFaulted
Event Type
System.EventHandler<InitializationFaultEventArgs>

MapSourceChanged

Declaration
public event EventHandler<MapSourceChangedEventArgs> MapSourceChanged
Event Type
System.EventHandler<MapSourceChangedEventArgs>

SpatialReferenceChanged

Declaration
public event EventHandler SpatialReferenceChanged
Event Type
System.EventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.