NextGIS Frontend
    Preparing search index...

    Interface ZoomControlOptions

    interface ZoomControlOptions {
        zoomInText?: string;
        zoomInTitle?: string;
        zoomOutText?: string;
        zoomOutTitle?: string;
    }
    Index

    Properties

    zoomInText?: string

    The text set on the 'zoom in' button.

    zoomInTitle?: string

    The title set on the 'zoom in' button.

    zoomOutText?: string

    The text set on the 'zoom out' button.

    zoomOutTitle?: string

    The title set on the 'zoom out' button.