NextGIS Frontend
    Preparing search index...

    Interface FeaturePosition

    interface FeaturePosition {
        getBounds: () => LngLatBoundsArray;
        getCenter: () => LngLatArray;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    getBounds: () => LngLatBoundsArray

    Get the extent for the geometry on which the action was executed.

    getCenter: () => LngLatArray

    Get the center for the geometry on which the action was executed.