The map definition that defines map state, map style, and geospatial layers.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Interactions" : VisualInteractionOptions
,
"Legend" : LegendOptions
,
"MapLayers" : [ GeospatialLayerItem, ... ]
,
"MapState" : GeospatialMapState
,
"MapStyle" : GeospatialMapStyle
}
YAML
Interactions:
VisualInteractionOptions
Legend:
LegendOptions
MapLayers:
- GeospatialLayerItem
MapState:
GeospatialMapState
MapStyle:
GeospatialMapStyle
Properties
Interactions
Property description not available.
Required: No
Type: VisualInteractionOptions
Update requires: No interruption
Legend
Property description not available.
Required: No
Type: LegendOptions
Update requires: No interruption
MapLayers
-
The geospatial layers to visualize on the map.
Required: No
Type: Array of GeospatialLayerItem
Update requires: No interruption
MapState
-
The map state properties for the map.
Required: No
Type: GeospatialMapState
Update requires: No interruption
MapStyle
-
The map style properties for the map.
Required: No
Type: GeospatialMapStyle
Update requires: No interruption