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

GeospatialPointStyleOptions

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

The point style of the geospatial map.

interface GeospatialPointStyleOptions {
ClusterMarkerConfiguration?: ClusterMarkerConfiguration | null;
SelectedPointStyle?: GeospatialSelectedPointStyle | null;
}

§Properties

§
ClusterMarkerConfiguration?: ClusterMarkerConfiguration | null
[src]

The cluster marker configuration of the geospatial point style.

§
SelectedPointStyle?: GeospatialSelectedPointStyle | null
[src]

The selected point styles (point, cluster) of the geospatial map.