I am looking for a way to read my Offline MBtiles and find bounding box in terms of latitude and Longitude at Runtime. I do not want to hard code the bounding box. I want to be able to read from MBTiles file and figure out the center based on top left and bottom right's lat and long values. It assumes map is rectangular (it is good assumption). It is simple trig mid point calculation.
MapView.getBoundingBox
This only returns bounding box of map on display in screen. I need to be read bounding box of entire Offline .Mbtiles map file.
Also, how would I read at runtime max zoom and min zoom of .mbtiles file?