New to Telerik UI for WPFStart a free 30-day trial

Represents source for the Cycle renderer.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class OpenStreetCycleSource : OsmTileMapSource, IMapSource

Inheritance: objectMultiScaleTileSourceTiledMapSourceOsmTileMapSourceOpenStreetCycleSource

Implements: IMapSource

Inherited Members OsmTileMapSource.DefaultMaxZoomLevelOsmTileMapSource.Initialize()OsmTileMapSource.GetTile(int, int, int)OsmTileMapSource.IsValidCacheUri(int, int, int, Uri)OsmTileMapSource.APIKeyTiledMapSource.OpacityPropertyTiledMapSource.CacheTile(int, int, int, Uri, DateTime, byte[])TiledMapSource.IsLevelSupported(int)TiledMapSource.ConvertTileToZoomLevel(int)TiledMapSource.ConvertZoomToTileLevel(int)TiledMapSource.GetCachedTileName(int, int, int)TiledMapSource.GetCachedTile(int, int, int)TiledMapSource.GetCachedTileAsync(int, int, int, Action<byte[]>)TiledMapSource.GetTileLayers(int, int, int, IList<object>)TiledMapSource.IsValidTileLevel(int)TiledMapSource.InvalidateNullTiles()TiledMapSource.RaiseInitializeCompleted()TiledMapSource.RaiseInitializationFaulted(string, Exception)TiledMapSource.CacheStorageTiledMapSource.CultureTiledMapSource.IsTileCachingEnabledTiledMapSource.OpacityTiledMapSource.UniqueIdTiledMapSource.MinZoomLevelTiledMapSource.MaxZoomLevelTiledMapSource.InitializeCompletedTiledMapSource.InitializationFaultedMultiScaleTileSource.InvalidateTileLayer(int, int, int, int)MultiScaleTileSource.SetTileCacheSize(int)MultiScaleTileSource.OnHttpAuthenticationRequired(Uri, string, Dictionary<string, string>)MultiScaleTileSource.RequestCredentialsMultiScaleTileSource.WebHeaders...

Constructors

Initializes a new instance of the OpenStreetCycleSource class.

C#
public OpenStreetCycleSource()

Initializes a new instance of the OpenStreetCycleSource class with API key.

C#
public OpenStreetCycleSource(string key)
Parameters:keystring