Skip to main content

MapTileSourceBase.GetTileByZoomLevel(Int32, Int32, Int32) Method

Returns the path to the image tile using the X and Y positions for the required zoom level.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public abstract Uri GetTileByZoomLevel(
    int zoomLevel,
    int tilePositionX,
    int tilePositionY
)

Parameters

Name Type Description
zoomLevel Int32

A Int32 value specifying the zoom level.

tilePositionX Int32

A Int32 value specifying the X position of the image tile.

tilePositionY Int32

A Int32 value specifying the Y position of the image tile.

Returns

Type Description
Uri

A Uri value specifying the path to the image tile.

See Also