Class EmptyMapProvider
Inheritance
System.Object
EmptyMapProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class EmptyMapProvider : IMapProvider, ICloneable
Constructors
EmptyMapProvider()
Declaration
public EmptyMapProvider()
Properties
Id
Initialized
Declaration
public bool Initialized { get; protected set; }
Property Value
System.Boolean
|
MaxZoomLevel
Declaration
public int MaxZoomLevel { get; set; }
Property Value
System.Int32
|
Implements
MinZoomLevel
Declaration
public int MinZoomLevel { get; set; }
Property Value
System.Int32
|
Implements
Methods
Clone()
Declaration
public object Clone()
Returns
System.Object
|
Implements
System.ICloneable.Clone()
GetContent(IMapViewport)
Declaration
public IEnumerable<MapVisualElement> GetContent(IMapViewport viewport)
Parameters
IMapViewport
viewport
|
Returns
System.Collections.Generic.IEnumerable<MapVisualElement>
|
Implements
GetSupportedViews()
Declaration
public List<MapViewInfo> GetSupportedViews()
Returns
System.Collections.Generic.List<MapViewInfo>
|
Implements
Initialize()
OnInitializationComplete()
Declaration
protected virtual void OnInitializationComplete()
OnInitializationError()
Declaration
protected virtual void OnInitializationError()
OnProviderUpdated()
Declaration
protected virtual void OnProviderUpdated()
SetView(MapViewInfo)
ViewportChanged(IMapViewport, ViewportChangeAction)
Declaration
public void ViewportChanged(IMapViewport viewport, ViewportChangeAction action)
Parameters
IMapViewport
viewport
|
ViewportChangeAction
action
|
Implements
Events
InitializationComplete
Declaration
public event EventHandler InitializationComplete
Event Type
System.EventHandler
|
Implements
InitializationError
Declaration
public event InitializationErrorEventHandler InitializationError
Event Type
InitializationErrorEventHandler
|
Implements
ProviderUpdated
Declaration
public event EventHandler ProviderUpdated
Event Type
System.EventHandler
|