capacitor-plugin-scanbot-sdk
    Preparing search index...

    Interface ZoomRange

    Defines a range for zooming

    interface ZoomRange {
        maxZoom: number;
        minZoom: number;
    }
    Index

    Properties

    Properties

    maxZoom: number

    The maximum zoom scale. Defaults to 12.0.

    minZoom: number

    The minimum zoom scale. Defaults to 1.0.