i am currently working on an app that require to temporary download google map for offline use .
as suggested here using tileprovider i can render my own tiles for offline use
so basically suppose i have the following location latlng(10,10) and zoom level 2 ,how can i get all tiles around a distance of 1km near this location .
as shown in this post i already know the equation required in order to convert latitude ,longitude to a tile coordinates x,y,z but my problem is i don't know how to figure out what are all the tiles positions around a specific location of a range of 1km for example