• About MapKit
    • Getting started
  • Map styles
  • MapKit SDK versions
  • Frequently asked questions
  • Contact us

Package com.yandex.mapkit.layers

Enum OverzoomMode

java.lang.Object
    ↳ java.lang.Enum
        ↳ com.yandex.mapkit.layers.OverzoomMode

final enum OverzoomMode

Enum Constant Summary

Enum Constants

Description

DISABLED

Overzoom is fully disabled.

ENABLED

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

WITH_PREFETCH

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

Summary

Methods

Type and modifiers

Method and Description

static OverzoomMode[]

values()

static OverzoomMode

valueOf(java.lang.String name)

Enum Constants Detail

DISABLED

static final

OverzoomMode

DISABLED

Overzoom is fully disabled.


ENABLED

static final

OverzoomMode

ENABLED

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


WITH_PREFETCH

static final

OverzoomMode

WITH_PREFETCH

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


Methods

values

OverzoomMode[] values()


valueOf

OverzoomMode valueOf(java.lang.String name)