I would like to convert a number of a tile (x
,y
and zoom
) that I get in method getTile(int x, int y, int zoom)
to latitude and longitude coordinates of this tile?
It would be best if you could name a method that will return LatLngBounds
object ;-)
Is there anything like that in map api v2?