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

GeospatialMapConfiguration

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

The configuration of a GeospatialMapVisual.

interface GeospatialMapConfiguration {
FieldWells?: GeospatialMapFieldWells | null;
Legend?: LegendOptions | null;
MapStyleOptions?: GeospatialMapStyleOptions | null;
PointStyleOptions?: GeospatialPointStyleOptions | null;
Tooltip?: TooltipOptions | null;
VisualPalette?: VisualPalette | null;
WindowOptions?: GeospatialWindowOptions | null;
}

§Properties

§
FieldWells?: GeospatialMapFieldWells | null
[src]

The field wells of the visual.

§
Legend?: LegendOptions | null
[src]

The legend display setup of the visual.

§
MapStyleOptions?: GeospatialMapStyleOptions | null
[src]

The map style options of the geospatial map.

§
PointStyleOptions?: GeospatialPointStyleOptions | null
[src]

The point style options of the geospatial map.

§
Tooltip?: TooltipOptions | null
[src]

The tooltip display setup of the visual.

§
VisualPalette?: VisualPalette | null
[src]
§
WindowOptions?: GeospatialWindowOptions | null
[src]

The window options of the geospatial map.