The expanded search area and scale.

interface ExpandSearchAreaResult {
    geometry?: GeometryUnion;
    scale?: number;
}

Properties

Properties

geometry?: GeometryUnion

The new expanded geometry.

scale?: number

The new scale for the returned geometry.