Open Pioneer Trails Packages
    Preparing search index...

    Interface HighlightZoomOptions

    Options supported by the map model's zoom | highlightAndZoom method.

    interface HighlightZoomOptions {
        highlightStyle?: HighlightStyle;
        maxZoom?: number;
        pointZoom?: number;
        viewPadding?: MapPadding;
    }

    Hierarchy (View Summary)

    Index

    Properties

    highlightStyle?: HighlightStyle

    Optional styles to override the default styles.

    maxZoom?: number

    The maximum zoom-level for multiple points, line or polygon results.

    pointZoom?: number

    The zoom-level used if there is no valid extend (such as for single points).

    viewPadding?: MapPadding

    The view padding to make all features visible.