Class EmptyProvider
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.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class EmptyProvider : MapProviderBase, IDisposable, ICloneable
Constructors
EmptyProvider()
Initializes a new instance of the EmptyProvider class.
Declaration
public EmptyProvider()
Fields
ProjectionProperty
Identifies the Distance
Declaration
public static readonly DependencyProperty ProjectionProperty
Field Value
System.
|
Properties
Projection
Gets spatial reference.
Declaration
public ISpatialReference Projection { get; set; }
Property Value
SpatialReference
Returns the SpatialReference for the map provider.
Declaration
public override ISpatialReference SpatialReference { get; }
Property Value
Overrides
Methods
Clone()
Implements the ICloneable interface.
Declaration
public object Clone()
Returns
System. Cloned object. |