@situm/react-native
    Preparing search index...

    Type Alias Bounds

    Represents a rectangle bounds in a greographic 2D space.

    type Bounds = {
        northEast: Coordinate;
        northWest: Coordinate;
        southEast: Coordinate;
        southWest: Coordinate;
    }
    Index

    Properties

    northEast: Coordinate

    The coordinate of the north-east corner of the bound.

    northWest: Coordinate

    The coordinate of the north-west corner of the bound.

    southEast: Coordinate

    The coordinate of the south-east corner of the bound.

    southWest: Coordinate

    The coordinate of the south-west corner of the bound.