Class MbTilesMapSource
Represents a vector map source for the MbTilesMapProvider.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MbTilesMapSource : VectorTileMapSource, IMapStreamSource, IMapSource
Constructors
MbTilesMapSource(Uri)
Initializes a new instance of the MbTilesMapSource class.
Declaration
public MbTilesMapSource(Uri filePath)
Parameters
System.Uri
filePath
|
Methods
GetStream(Int32, Int32, Int32)
Gets the stream for the map request at the given level and X, Y positions.
Declaration
public Stream GetStream(int tileLevel, int tilePositionX, int tilePositionY)
Parameters
System.Int32
tileLevel
|
System.Int32
tilePositionX
|
System.Int32
tilePositionY
|
Returns
System.IO.Stream
|