fetchTile

actual fun fetchTile(zoom: Int, x: Int, y: Int): ByteArray?(source)

Raw tile bytes (WebP, Terrarium-encoded) at zoom/x/y — google/osm XYZ convention — or null if absent.

expect fun fetchTile(zoom: Int, x: Int, y: Int): ByteArray?(source)

Raw tile bytes (WebP, Terrarium-encoded) at zoom/x/y — google/osm XYZ convention — or null if absent.

actual fun fetchTile(zoom: Int, x: Int, y: Int): ByteArray?(source)

Raw tile bytes (WebP, Terrarium-encoded) at zoom/x/y — google/osm XYZ convention — or null if absent.