GeoLeaf Core API - v3.0.0
    Preparing search index...

    Interface FitBoundsOptions

    Options object accepted by IMapAdapter.fitBounds.

    interface FitBoundsOptions {
        padding?: GeoLeafPoint;
        animate?: boolean;
    }
    Index

    Properties

    Properties

    padding?: GeoLeafPoint
    animate?: boolean