EmptyProvider
Class
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.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class EmptyProvider : MapProviderBase, IDisposable, ICloneable
Inheritance: objectMapProviderBaseEmptyProvider
Implements:
Inherited Members
Constructors
Initializes a new instance of the EmptyProvider class.
C#
public EmptyProvider()
Fields
ProjectionProperty
DependencyProperty
Identifies the DistanceUnit DistanceUnit dependency property.
C#
public static readonly DependencyProperty ProjectionProperty
Properties
Gets spatial reference.
C#
public ISpatialReference Projection { get; set; }
Returns the SpatialReference for the map provider.
C#
public override ISpatialReference SpatialReference { get; }
Overrides: