NextGIS Frontend
    Preparing search index...

    Interface OnLayerSelectOptions<F, L>

    interface OnLayerSelectOptions<F extends Feature = Feature, L = LayerAdapter> {
        features?: F[];
        getBounds: () => LngLatBoundsArray;
        getCenter: () => LngLatArray;
        layer: L;
        type: OnLayerSelectType;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    features?: F[]
    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.

    layer: L