Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

UriBasedVectorTileDataProvider.GetTileUri(Int64, Int64, Int64) Method

Returns a URI of a tile with specific coordinates.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

#Declaration

public virtual Uri GetTileUri(
    long x,
    long y,
    long level
)

#Parameters

Name Type Description
x Int64

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

Type Description
Uri

The tile’s URI.

See Also