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 DistanceUnit DistanceUnit dependency property.
Declaration
public static readonly DependencyProperty ProjectionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Projection
Gets spatial reference.
Declaration
public ISpatialReference Projection { get; set; }
Property Value
ISpatialReference
|
SpatialReference
Returns the SpatialReference for the map provider.
Declaration
public override ISpatialReference SpatialReference { get; }
Property Value
ISpatialReference
|
Overrides
Methods
Clone()
Implements the ICloneable interface.
Declaration
public object Clone()
Returns
System.Object
Cloned object. |