Skip to main content

Home > @jsplumbtoolkit/browser-ui-plugin-background > TiledBackgroundOptions > maxZoom

TiledBackgroundOptions.maxZoom property

Required for tiled backgrounds. Indicates the maximum zoom level. Zoom starts at 0 - fully zoomed out - and increases in integer values from there. Each successive zoom level is twice the zoom of the previous level, meaning two times as many tiles in each direction.

Signature:

maxZoom?: number;