Interface CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The map definition that defines map state, map style, and geospatial layers.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnAnalysisPropsMixin.VisualInteractionOptionsPropertydefault ObjectReturns union: eitherIResolvableorCfnAnalysisPropsMixin.LegendOptionsPropertydefault ObjectThe geospatial layers to visualize on the map.default ObjectThe map state properties for the map.default ObjectThe map style properties for the map.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInteractions
Returns union: eitherIResolvableorCfnAnalysisPropsMixin.VisualInteractionOptionsProperty- See Also:
-
getLegend
Returns union: eitherIResolvableorCfnAnalysisPropsMixin.LegendOptionsProperty- See Also:
-
getMapLayers
The geospatial layers to visualize on the map.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysisPropsMixin.GeospatialLayerItemProperty>- See Also:
-
getMapState
The map state properties for the map.Returns union: either
IResolvableorCfnAnalysisPropsMixin.GeospatialMapStateProperty- See Also:
-
getMapStyle
The map style properties for the map.Returns union: either
IResolvableorCfnAnalysisPropsMixin.GeospatialMapStyleProperty- See Also:
-
builder
@Stability(Stable) static CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder builder()
-