MMKOverzoomMode

enum MMKOverzoomMode : NSUInteger {}

Undocumented

Summary

Enum cases

MMKOverzoomModeDisabled
Overzoom is fully disabled

MMKOverzoomModeEnabled
If a tile is absent or translucent, tiles from lower or higher zooms will be shown

MMKOverzoomModeWithPrefetch
Same as Enabled, plus it fetches tiles well below absent or translucent tiles that don't have any overzoom tiles to replace them with

Enum cases

MMKOverzoomModeDisabled

MMKOverzoomModeDisabled

Overzoom is fully disabled.


MMKOverzoomModeEnabled

MMKOverzoomModeEnabled

If a tile is absent or translucent, tiles from lower or higher zooms will be shown.


MMKOverzoomModeWithPrefetch

MMKOverzoomModeWithPrefetch

Same as Enabled, plus it fetches tiles well below absent or translucent tiles that don't have any overzoom tiles to replace them with.