@openhps/geospatial
    Preparing search index...

    Type Alias RectangleCornerBoundary<T>

    type RectangleCornerBoundary<T extends AbsolutePosition> = {
        bottomRight: T;
        topLeft: T;
    }

    Type Parameters

    • T extends AbsolutePosition
    Index
    bottomRight: T
    topLeft: T