Skip to main content
All docs
V20.1

UriBasedVectorTileDataProvider.GetStream(Int64, Int64, Int64) Method

For internal use. Overrides the base VectorTileDataProviderBase.GetStream method.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public override Stream GetStream(
    long x,
    long y,
    long level
)

Parameters

Name Type Description
x Int64

An x-coordinate of a tile in the grid.

y Int64

A y-coordinate of a tile in the grid.

level Int64

A zoom level.

Returns

Type Description
Stream

A stream that contains a tile.

See Also