getXYTile

fun getXYTile(location: LngLatAlt, zoom: Int = 16): Pair<Int, Int>

Gets Slippy Map Tile Name from GPS coordinates and Zoom (fixed at 16 for Soundscape).

Return

a Pair(xtile, ytile).

Parameters

location

Location in LngLatAlt

zoom

The zoom level.