@valkey/valkey-glide
    Preparing search index...

    Interface GeoBoxShape

    Rectangle search shape defined by the width and height and measurement unit.

    interface GeoBoxShape {
        height: number;
        unit: GeoUnit;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    The height of the rectangle to search by.

    unit: GeoUnit

    The measurement unit of the width and height.

    width: number

    The width of the rectangle to search by.