RadControls for WPF

Map provider which don't show any map images. It can be used when we need not to show real map images on the control, but only some geometries given in the geographical coordinates.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.2.611.40

Syntax

C#
public class EmptyProvider : MapProviderBase, 
	ICloneable
Visual Basic
Public Class EmptyProvider _
	Inherits MapProviderBase _
	Implements ICloneable

Inheritance Hierarchy

See Also