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

Hierarchy (view full)

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.