For the complete documentation index, see llms.txt. This page is also available as Markdown.

ViewportConstraints


The constraints for the viewport. Used to ensure that the viewport stays within certain bounds and zoom levels.

Properties

minZoom

minZoom: null | number

The minimum zoom level for the viewport.

FeltZoom


maxZoom

maxZoom: null | number

The maximum zoom level for the viewport.

FeltZoom


bounds

bounds: null | [number, number, number, number]

The bounds for the viewport.

FeltBoundary

Last updated

Was this helpful?