ClassBingRestTileMapSource
Class
Base class for the Aerial and Road Bing REST tile sources.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingRestTileMapSource : BingRestBaseMapSource, IMapSource
Inheritance: objectMultiScaleTileSourceTiledMapSourceBingRestBaseMapSourceBingRestTileMapSource
Derived Classes:
Implements:
Inherited Members
Constructors
BingRestTileMapSource(MapMode, bool, string)
Initializes a new instance of the BingRestTileMapSource class.
Methods
GetCachedTileName(int, int, int)
Generates cache tile name.
GetTile(int, int, int)
Gets the image URI.
Initialize()
Initialize provider.
Declaration
cs-api-definition
public override void Initialize()
Overrides
InitializeImageryService()
Initialize imagery service.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope")]
[SuppressMessage("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptionTypes")]
protected void InitializeImageryService()
InitializeSession()
Initialize Bing session.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope")]
[SuppressMessage("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptionTypes")]
protected void InitializeSession()