ClassEmptyProvider
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:
cs-api-definition
public class EmptyProvider : MapProviderBase, IDisposable, ICloneable
Inheritance: objectMapProviderBaseEmptyProvider
Implements:
Inherited Members
Constructors
EmptyProvider()
Initializes a new instance of the EmptyProvider class.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public EmptyProvider()
Fields
ProjectionProperty
Identifies the DistanceUnit DistanceUnit dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ProjectionProperty
Field Value
DependencyProperty
Properties
Projection
Gets spatial reference.
Declaration
cs-api-definition
public ISpatialReference Projection { get; set; }
Property Value
SpatialReference
Returns the SpatialReference for the map provider.
Declaration
cs-api-definition
public override ISpatialReference SpatialReference { get; }
Property Value
Overrides