BoundsInput: {
    e: Scalars["Float"];
    n: Scalars["Float"];
    s: Scalars["Float"];
    w: Scalars["Float"];
}

A bounding box on a map defined by two positions (opposite corners of the box)

Type declaration

  • e: Scalars["Float"]

    The east-most longitude of the bounding box

  • n: Scalars["Float"]

    The north-most latitude of the bounding box

  • s: Scalars["Float"]

    The south-most latitude of the bounding box

  • w: Scalars["Float"]

    The west-most longitude of the bounding box

Generated using TypeDoc