Class MbTilesMapSource
Represents a vector map source for the Mb
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.
|
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.
|
System.
|
System.
|
Returns
System.
|