getTile

open suspend override fun getTile(x: Int, y: Int, zoom: Int): Tile?(source)

Fetches tile data from the URL for the specified coordinates.

Return

Tile with image data, or null if download fails

Parameters

x

Tile column

y

Tile row

zoom

Zoom level