Back to Devexpress

UriBasedVectorTileDataProvider.GetTileUri(Int64, Int64, Int64) Method

wpf-devexpress-dot-xpf-dot-map-dot-uribasedvectortiledataprovider-dot-gettileuri-x28-system-dot-int64-system-dot-int64-system-dot-int64-x29.md

latest1.6 KB
Original Source

UriBasedVectorTileDataProvider.GetTileUri(Int64, Int64, Int64) Method

Returns a URI of a tile with specific coordinates.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public virtual Uri GetTileUri(
    long x,
    long y,
    long level
)
vb
Public Overridable Function GetTileUri(
    x As Long,
    y As Long,
    level As Long
) As Uri

Parameters

NameTypeDescription
xInt64

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

TypeDescription
Uri

The tile’s URI.

|

See Also

UriBasedVectorTileDataProvider Class

UriBasedVectorTileDataProvider Members

DevExpress.Xpf.Map Namespace