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

GeospatialWindowOptions

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

The window options of the geospatial map visual.

interface GeospatialWindowOptions {
MapZoomMode?: MapZoomMode | null;
}

§Properties

§

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

§
MapZoomMode?: MapZoomMode | null
[src]

The map zoom modes (manual, auto) of the geospatial window options.