IOS MapKit does not load tiles with maximum magnification on MKMapTypeHybrid

I ran into a problem in my region because MapKit does not load the last set of fragments (most likely because it does not exist), but the problem is that instead of just showing the previous fragments, it actually deletes! tiles and shows nothing.

The image below is shown before reaching maximum magnification:

XkvTe.jpg

And the image below shows how the tiles are displayed when I achieve maximum magnification:

wKQpa.jpg

Can anyone tell if there is a way to stop iOS MapKit in order to try loading tiles while scaling that there are no images for it? Thanks!

+6
source share
1 answer

No, that’s impossible to stop. In fact, there is not even a way to detect this scenario, because it depends on the availability of satellite imagery. I registered the radar back in 2012 for this. You may want to trick it to raise awareness.

0
source

All Articles