ClassMapProviderCollection
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
public class MapProviderCollection : IEnumerable
Inheritance: objectMapProviderCollection
Implements:
Constructors
MapProviderCollection(BaseMapElement)
Initializes a new instance of the MapProviderCollection class.
Declaration
public MapProviderCollection(BaseMapElement owner)
Parameters
owner
The owner.
Properties
Count
Gets the number of providers in the collection.
MaxZoomLevel
Gets the maximum zoom level.
Declaration
public int MaxZoomLevel { get; }
Property Value
The maximum zoom level.
MinZoomLevel
Gets the minimum zoom level.
Declaration
public int MinZoomLevel { get; }
Property Value
The minimum zoom level.
this[int]
Gets the IMapProvider at the specified index.
Declaration
public IMapProvider this[int index] { get; }
Parameters
index
The index.
Property Value
IMapProvider.
this[string]
Gets the IMapProvider with the specified identifier.
Declaration
public IMapProvider this[string id] { get; }
Parameters
id
The identifier.
Property Value
IMapProvider.
Methods
Add(IMapProvider)
Adds the specified provider.
Declaration
public virtual void Add(IMapProvider provider)
Parameters
provider
The provider.
GetEnumerator()
Declaration
public IEnumerator<IMapProvider> GetEnumerator()
Returns
IEnumerator<IMapProvider>
OnProviderInitializationComplete(object, EventArgs)
Handles the event of all providers.
OnProviderUpdated(object, EventArgs)
Handles the event of all providers.
Remove(IMapProvider)
Removes the specified provider.
Declaration
public virtual void Remove(IMapProvider provider)
Parameters
provider
The provider.
UpdateZoomLevels()
Updates the zoom levels.
Declaration
protected virtual void UpdateZoomLevels()