MMKOverzoomMode
|
enum MMKOverzoomMode : UInt, @unchecked Sendable |
Summary
Enum cases
|
case disabled = 0 |
|
case enabled = 1 |
|
case withPrefetch = 2 |
Enum cases
disabled
|
case disabled = 0 |
Overzoom is fully disabled.
enabled
|
case enabled = 1 |
If a tile is absent or translucent, tiles from lower or higher zooms will be shown.
withPrefetch
|
case withPrefetch = 2 |
Same as Enabled, plus it fetches tiles well below absent or translucent tiles that don't have any overzoom tiles to replace them with.