OpenStreetMapTileSource.GetTileByZoomLevel(Int32, Int64, Int64) Method
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.v25.2.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public override Uri GetTileByZoomLevel(
int zoomLevel,
long tilePositionX,
long tilePositionY
)
Parameters
| Name | Type | Description |
|---|---|---|
| zoomLevel | Int32 | A Int32 value specifying the zoom level. |
| tilePositionX | Int64 | A Int64 value specifying the X position of the image tile. |
| tilePositionY | 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