I would like to draw a grid on my map that represents the size of a tile with a specific zoom level. So, for example, I would like to have a grid on my map that shows a 10th level diagram of the zoom level. So, the outline where this tile will be. Regardless of whether the image of the image itself will be at the 5 or 15 zoom level, it should display the outline where this tile will be placed.
The problem is how to calculate the correct rectangle that represents each visible tile.
Any help is greatly appreciated!
Or maybe the answer to the following question will help:
How to convert MKMapRect to MKTileOverlayPath?
source share