BingMapTileSource.GetTileByZoomLevel(Int32, Int32, Int32) Method
In This Article
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 override Uri GetTileByZoomLevel(
int zoomLevel,
int tilePositionX,
int tilePositionY
)
#Parameters
Name | Type | Description |
---|---|---|
zoom |
Int32 | A Int32 value specifying the zoom level. |
tile |
Int32 | A Int32 value specifying the X position of the image tile. |
tile |
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