Where Geometry Options

interface WhereGeometryOptions {
    coordinates: readonly (number | number[])[];
    type: string;
}

Properties

Properties

coordinates: readonly (number | number[])[]
type: string