Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GeospatialCoordinateBounds

import type { GeospatialCoordinateBounds } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The bound options (north, south, west, east) of the geospatial window options.

interface GeospatialCoordinateBounds {
East: number;
North: number;
South: number;
West: number;
}

§Properties

§
East: number
[src]

The longitude of the east bound of the geospatial coordinate bounds.

§
North: number
[src]

The latitude of the north bound of the geospatial coordinate bounds.

§
South: number
[src]

The latitude of the south bound of the geospatial coordinate bounds.

§
West: number
[src]

The longitude of the west bound of the geospatial coordinate bounds.