Interface IMapStreamSource
Represents a map source which gets its data from a Stream.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface IMapStreamSource : IMapSource
Methods
GetStream(Int32, Int32, Int32)
Gets the stream for the map request at the given level and X, Y positions.
Declaration
Stream GetStream(int tileLevel, int tilePositionX, int tilePositionY)
Parameters
System.Int32
tileLevel
|
System.Int32
tilePositionX
|
System.Int32
tilePositionY
|
Returns
System.IO.Stream
|