Reputation: 11
Since iOS 7, we are able to set custom overlays for maps in a very simple way. I'm using my own tile overlays, with zoom greater than 21. MKTileOverlay Class, has a property "maximumZ", but according to the documentation:
The default value of this property is 21. Setting the value of this property to a number greater than the default does not guarantee the use of those extra zoom levels.
Is there any other option which could guarantee me extra zoom levels? Maybe using google maps, or other engine?
Upvotes: 1
Views: 659