InterfaceIMapSource
Interface
Interface which must be implemented by all map sources. Map source provides methods and properties which can be used by tile layer to read images from the specific location.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public interface IMapSource
Properties
CacheStorage
Gets or sets the CacheStorage property.
Culture
Gets or sets culture.
IsTileCachingEnabled
Gets or sets the IsTileCachingEnabled property.
Opacity
Gets or sets the opacity factor.
Methods
IsLevelSupported(int)
Indicates whether specified tile level is supported.
Events
InitializeCompleted
Occurs when initialization of the map source is completed.