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

Represents a map source which gets its data from a Stream.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public interface IMapStreamSource : IMapSource

Derived Classes: MbTilesMapSource

Inherited Members IMapSource.Initialize()IMapSource.IsLevelSupported(int)IMapSource.CacheStorageIMapSource.CultureIMapSource.IsTileCachingEnabledIMapSource.OpacityIMapSource.UniqueIdIMapSource.InitializeCompleted...

Methods

Gets the stream for the map request at the given level and X, Y positions.

C#
Stream GetStream(int tileLevel, int tilePositionX, int tilePositionY)
Parameters:tileLevelinttilePositionXinttilePositionYintReturns:

Stream

In this article
DefinitionMethodsGetStream(int, int, int)
Not finding the help you need?
Contact Support