The configuration of a GeospatialMapVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"FieldWells" : GeospatialMapFieldWells
,
"Interactions" : VisualInteractionOptions
,
"Legend" : LegendOptions
,
"MapStyleOptions" : GeospatialMapStyleOptions
,
"PointStyleOptions" : GeospatialPointStyleOptions
,
"Tooltip" : TooltipOptions
,
"VisualPalette" : VisualPalette
,
"WindowOptions" : GeospatialWindowOptions
}
YAML
FieldWells:
GeospatialMapFieldWells
Interactions:
VisualInteractionOptions
Legend:
LegendOptions
MapStyleOptions:
GeospatialMapStyleOptions
PointStyleOptions:
GeospatialPointStyleOptions
Tooltip:
TooltipOptions
VisualPalette:
VisualPalette
WindowOptions:
GeospatialWindowOptions
Properties
FieldWells
-
The field wells of the visual.
Required: No
Type: GeospatialMapFieldWells
Update requires: No interruption
Interactions
-
The general visual interactions setup for a visual.
Required: No
Type: VisualInteractionOptions
Update requires: No interruption
Legend
-
The legend display setup of the visual.
Required: No
Type: LegendOptions
Update requires: No interruption
MapStyleOptions
-
The map style options of the geospatial map.
Required: No
Type: GeospatialMapStyleOptions
Update requires: No interruption
PointStyleOptions
-
The point style options of the geospatial map.
Required: No
Type: GeospatialPointStyleOptions
Update requires: No interruption
Tooltip
-
The tooltip display setup of the visual.
Required: No
Type: TooltipOptions
Update requires: No interruption
VisualPalette
Property description not available.
Required: No
Type: VisualPalette
Update requires: No interruption
WindowOptions
-
The window options of the geospatial map.
Required: No
Type: GeospatialWindowOptions
Update requires: No interruption