Bounds: {
    __typename?: "Bounds";
    e: Scalars["Float"];
    en: Scalars["Float"][];
    minMax: Scalars["Float"][][];
    n: Scalars["Float"];
    s: Scalars["Float"];
    w: Scalars["Float"];
    ws: Scalars["Float"][];
    wsen: Scalars["Float"][];
}

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

Type declaration

  • Optional __typename?: "Bounds"
  • e: Scalars["Float"]

    The east-most longitude of the bounding box

  • en: Scalars["Float"][]

    The north-east point of the bounding box in the form: [east, north]

  • minMax: Scalars["Float"][][]

    The minimum and maximum points of the bounding box in the form: [minimum, maximum]

  • 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

  • ws: Scalars["Float"][]

    The south-west point of the bounding box in the form: [west, south]

  • wsen: Scalars["Float"][]

    The south-west and north-east points of the bounding box in the form: [west, south, east, north]

Generated using TypeDoc