In one of my iPad apps, I use MKMapView to show regions and I have a weird issue. I use setRegion: animated: method to set a particular region from a noOf points. When I zoom from that particular point in the map, the map shows grids with no image of the place/location. Does anyone has the same issue before? Can someone provide a solution for how to handle this zoom level issue?
Attaching the image for more reference
Initially, I call the setRegion: method of mapview with a 2d co-ordinate and its span as 0.0014f for both latitude and longitude delta values. So I get the following image.
After that if I try to zoom in the mapview again, it goes to a situation like the following
My concern is, whether there is a way to restrict the zoom in to avoid the black layer display/how can I restrict the zoom in once mapview reaches its best possible zoomed cells.