getTileUrl

protected open fun getTileUrl(x: Int, y: Int, zoom: Int): String(source)

Builds the URL for the specified tile coordinates by replacing placeholders in the URL template.

Subclasses can override to customize URL generation.

Return

Complete URL for the tile

Parameters

x

Tile column

y

Tile row

zoom

Zoom level