Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class MapProviderCollection : IEnumerable
Inheritance: objectMapProviderCollection
Implements:
Constructors
Initializes a new instance of the MapProviderCollection class.
Properties
Gets the number of providers in the collection.
C#
public int Count { get; }
The count.
Gets the maximum zoom level.
C#
public int MaxZoomLevel { get; }
The maximum zoom level.
Gets the minimum zoom level.
C#
public int MinZoomLevel { get; }
The minimum zoom level.
Gets the IMapProvider at the specified index.
C#
public IMapProvider this[int index] { get; }
The index.
Property Value:IMapProvider.
Gets the IMapProvider with the specified identifier.
C#
public IMapProvider this[string id] { get; }
The identifier.
Property Value:IMapProvider.
Methods
Adds the specified provider.
Removes the specified provider.
Updates the zoom levels.
C#
protected virtual void UpdateZoomLevels()