Interface
IMapStreamSource

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

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public interface IMapStreamSource : IMapSource

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

Methods

GetStream(int, int, int)

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

Declaration

cs-api-definition
Stream GetStream(int tileLevel, int tilePositionX, int tilePositionY)

Parameters

tileLevel

int

tilePositionX

int

tilePositionY

int

Returns

Stream

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