OpenStreetMapTileSource.GetTileByZoomLevel(Int32, Int64, Int64) Method
In This Article
Returns the path to the image tile using the X and Y positions for the required zoom level.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public override Uri GetTileByZoomLevel(
int zoomLevel,
long tilePositionX,
long tilePositionY
)
#Parameters
Name | Type | Description |
---|---|---|
zoom |
Int32 | A Int32 value specifying the zoom level. |
tile |
Int64 | A Int64 value specifying the X position of the image tile. |
tile |
Int64 | A Int64 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