YMKOverzoomMode

enum YMKOverzoomMode : UInt, @unchecked Sendable

Undocumented

Summary

Enum cases

case disabled = 0
Overzoom is fully disabled

case enabled = 1
If a tile is absent or translucent, tiles from lower or higher zooms will be shown

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

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.