getQuadKey

fun getQuadKey(tileX: Int, tileY: Int, zoomLevel: Int): String

Generates a quad key string from the tile X, Y coordinates and zoom level provided. Here's the Microsoft info: https://learn.microsoft.com/en-us/bingmaps/articles/bing-maps-tile-system

Return

A quad key String.

Parameters

tileX

X coordinate of a tile.

tileY

Y coordinate of the tile.

zoomLevel

Zoom level of the tile.