tileBounds

open fun tileBounds(x: Int, y: Int, zoom: Int): LatLngBounds

Calculates the tile bounds on a mercator projection given an x, y, and zoom.

Return

a LatLngBounds containing the tile coordinates

Parameters

x

X coordinate on a mercator projection.

y

Y coordinate on a mercator projection.

zoom

Zoom of the map.