module Stratosphere.QuickSight.Analysis.GeospatialMapConfigurationProperty (
        module Exports, GeospatialMapConfigurationProperty(..),
        mkGeospatialMapConfigurationProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.GeospatialMapFieldWellsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.GeospatialMapStyleOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.GeospatialPointStyleOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.GeospatialWindowOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.LegendOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.TooltipOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.VisualInteractionOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.VisualPaletteProperty as Exports
import Stratosphere.ResourceProperties
data GeospatialMapConfigurationProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapconfiguration.html>
    GeospatialMapConfigurationProperty {GeospatialMapConfigurationProperty -> ()
haddock_workaround_ :: (),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapconfiguration.html#cfn-quicksight-analysis-geospatialmapconfiguration-fieldwells>
                                        GeospatialMapConfigurationProperty
-> Maybe GeospatialMapFieldWellsProperty
fieldWells :: (Prelude.Maybe GeospatialMapFieldWellsProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapconfiguration.html#cfn-quicksight-analysis-geospatialmapconfiguration-interactions>
                                        GeospatialMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
interactions :: (Prelude.Maybe VisualInteractionOptionsProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapconfiguration.html#cfn-quicksight-analysis-geospatialmapconfiguration-legend>
                                        GeospatialMapConfigurationProperty -> Maybe LegendOptionsProperty
legend :: (Prelude.Maybe LegendOptionsProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapconfiguration.html#cfn-quicksight-analysis-geospatialmapconfiguration-mapstyleoptions>
                                        GeospatialMapConfigurationProperty
-> Maybe GeospatialMapStyleOptionsProperty
mapStyleOptions :: (Prelude.Maybe GeospatialMapStyleOptionsProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapconfiguration.html#cfn-quicksight-analysis-geospatialmapconfiguration-pointstyleoptions>
                                        GeospatialMapConfigurationProperty
-> Maybe GeospatialPointStyleOptionsProperty
pointStyleOptions :: (Prelude.Maybe GeospatialPointStyleOptionsProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapconfiguration.html#cfn-quicksight-analysis-geospatialmapconfiguration-tooltip>
                                        GeospatialMapConfigurationProperty -> Maybe TooltipOptionsProperty
tooltip :: (Prelude.Maybe TooltipOptionsProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapconfiguration.html#cfn-quicksight-analysis-geospatialmapconfiguration-visualpalette>
                                        GeospatialMapConfigurationProperty -> Maybe VisualPaletteProperty
visualPalette :: (Prelude.Maybe VisualPaletteProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapconfiguration.html#cfn-quicksight-analysis-geospatialmapconfiguration-windowoptions>
                                        GeospatialMapConfigurationProperty
-> Maybe GeospatialWindowOptionsProperty
windowOptions :: (Prelude.Maybe GeospatialWindowOptionsProperty)}
  deriving stock (GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty -> Bool
(GeospatialMapConfigurationProperty
 -> GeospatialMapConfigurationProperty -> Bool)
-> (GeospatialMapConfigurationProperty
    -> GeospatialMapConfigurationProperty -> Bool)
-> Eq GeospatialMapConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty -> Bool
== :: GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty -> Bool
$c/= :: GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty -> Bool
/= :: GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty -> Bool
Prelude.Eq, Int -> GeospatialMapConfigurationProperty -> ShowS
[GeospatialMapConfigurationProperty] -> ShowS
GeospatialMapConfigurationProperty -> String
(Int -> GeospatialMapConfigurationProperty -> ShowS)
-> (GeospatialMapConfigurationProperty -> String)
-> ([GeospatialMapConfigurationProperty] -> ShowS)
-> Show GeospatialMapConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> GeospatialMapConfigurationProperty -> ShowS
showsPrec :: Int -> GeospatialMapConfigurationProperty -> ShowS
$cshow :: GeospatialMapConfigurationProperty -> String
show :: GeospatialMapConfigurationProperty -> String
$cshowList :: [GeospatialMapConfigurationProperty] -> ShowS
showList :: [GeospatialMapConfigurationProperty] -> ShowS
Prelude.Show)
mkGeospatialMapConfigurationProperty ::
  GeospatialMapConfigurationProperty
mkGeospatialMapConfigurationProperty :: GeospatialMapConfigurationProperty
mkGeospatialMapConfigurationProperty
  = GeospatialMapConfigurationProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), fieldWells :: Maybe GeospatialMapFieldWellsProperty
fieldWells = Maybe GeospatialMapFieldWellsProperty
forall a. Maybe a
Prelude.Nothing,
       interactions :: Maybe VisualInteractionOptionsProperty
interactions = Maybe VisualInteractionOptionsProperty
forall a. Maybe a
Prelude.Nothing, legend :: Maybe LegendOptionsProperty
legend = Maybe LegendOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
mapStyleOptions = Maybe GeospatialMapStyleOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
pointStyleOptions = Maybe GeospatialPointStyleOptionsProperty
forall a. Maybe a
Prelude.Nothing, tooltip :: Maybe TooltipOptionsProperty
tooltip = Maybe TooltipOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       visualPalette :: Maybe VisualPaletteProperty
visualPalette = Maybe VisualPaletteProperty
forall a. Maybe a
Prelude.Nothing, windowOptions :: Maybe GeospatialWindowOptionsProperty
windowOptions = Maybe GeospatialWindowOptionsProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties GeospatialMapConfigurationProperty where
  toResourceProperties :: GeospatialMapConfigurationProperty -> ResourceProperties
toResourceProperties GeospatialMapConfigurationProperty {Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: GeospatialMapConfigurationProperty -> ()
fieldWells :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapFieldWellsProperty
interactions :: GeospatialMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialMapConfigurationProperty -> Maybe LegendOptionsProperty
mapStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialPointStyleOptionsProperty
tooltip :: GeospatialMapConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: GeospatialMapConfigurationProperty -> Maybe VisualPaletteProperty
windowOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::QuickSight::Analysis.GeospatialMapConfiguration",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                           [Key -> GeospatialMapFieldWellsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FieldWells" (GeospatialMapFieldWellsProperty -> (Key, Value))
-> Maybe GeospatialMapFieldWellsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialMapFieldWellsProperty
fieldWells,
                            Key -> VisualInteractionOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Interactions" (VisualInteractionOptionsProperty -> (Key, Value))
-> Maybe VisualInteractionOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualInteractionOptionsProperty
interactions,
                            Key -> LegendOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Legend" (LegendOptionsProperty -> (Key, Value))
-> Maybe LegendOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe LegendOptionsProperty
legend,
                            Key -> GeospatialMapStyleOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MapStyleOptions" (GeospatialMapStyleOptionsProperty -> (Key, Value))
-> Maybe GeospatialMapStyleOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialMapStyleOptionsProperty
mapStyleOptions,
                            Key -> GeospatialPointStyleOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PointStyleOptions" (GeospatialPointStyleOptionsProperty -> (Key, Value))
-> Maybe GeospatialPointStyleOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialPointStyleOptionsProperty
pointStyleOptions,
                            Key -> TooltipOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tooltip" (TooltipOptionsProperty -> (Key, Value))
-> Maybe TooltipOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe TooltipOptionsProperty
tooltip,
                            Key -> VisualPaletteProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VisualPalette" (VisualPaletteProperty -> (Key, Value))
-> Maybe VisualPaletteProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualPaletteProperty
visualPalette,
                            Key -> GeospatialWindowOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"WindowOptions" (GeospatialWindowOptionsProperty -> (Key, Value))
-> Maybe GeospatialWindowOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialWindowOptionsProperty
windowOptions])}
instance JSON.ToJSON GeospatialMapConfigurationProperty where
  toJSON :: GeospatialMapConfigurationProperty -> Value
toJSON GeospatialMapConfigurationProperty {Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: GeospatialMapConfigurationProperty -> ()
fieldWells :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapFieldWellsProperty
interactions :: GeospatialMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialMapConfigurationProperty -> Maybe LegendOptionsProperty
mapStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialPointStyleOptionsProperty
tooltip :: GeospatialMapConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: GeospatialMapConfigurationProperty -> Maybe VisualPaletteProperty
windowOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
              [Key -> GeospatialMapFieldWellsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FieldWells" (GeospatialMapFieldWellsProperty -> (Key, Value))
-> Maybe GeospatialMapFieldWellsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialMapFieldWellsProperty
fieldWells,
               Key -> VisualInteractionOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Interactions" (VisualInteractionOptionsProperty -> (Key, Value))
-> Maybe VisualInteractionOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualInteractionOptionsProperty
interactions,
               Key -> LegendOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Legend" (LegendOptionsProperty -> (Key, Value))
-> Maybe LegendOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe LegendOptionsProperty
legend,
               Key -> GeospatialMapStyleOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MapStyleOptions" (GeospatialMapStyleOptionsProperty -> (Key, Value))
-> Maybe GeospatialMapStyleOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialMapStyleOptionsProperty
mapStyleOptions,
               Key -> GeospatialPointStyleOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PointStyleOptions" (GeospatialPointStyleOptionsProperty -> (Key, Value))
-> Maybe GeospatialPointStyleOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialPointStyleOptionsProperty
pointStyleOptions,
               Key -> TooltipOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tooltip" (TooltipOptionsProperty -> (Key, Value))
-> Maybe TooltipOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe TooltipOptionsProperty
tooltip,
               Key -> VisualPaletteProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VisualPalette" (VisualPaletteProperty -> (Key, Value))
-> Maybe VisualPaletteProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualPaletteProperty
visualPalette,
               Key -> GeospatialWindowOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"WindowOptions" (GeospatialWindowOptionsProperty -> (Key, Value))
-> Maybe GeospatialWindowOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialWindowOptionsProperty
windowOptions]))
instance Property "FieldWells" GeospatialMapConfigurationProperty where
  type PropertyType "FieldWells" GeospatialMapConfigurationProperty = GeospatialMapFieldWellsProperty
  set :: PropertyType "FieldWells" GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
set PropertyType "FieldWells" GeospatialMapConfigurationProperty
newValue GeospatialMapConfigurationProperty {Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: GeospatialMapConfigurationProperty -> ()
fieldWells :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapFieldWellsProperty
interactions :: GeospatialMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialMapConfigurationProperty -> Maybe LegendOptionsProperty
mapStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialPointStyleOptionsProperty
tooltip :: GeospatialMapConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: GeospatialMapConfigurationProperty -> Maybe VisualPaletteProperty
windowOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
    = GeospatialMapConfigurationProperty
        {fieldWells :: Maybe GeospatialMapFieldWellsProperty
fieldWells = GeospatialMapFieldWellsProperty
-> Maybe GeospatialMapFieldWellsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FieldWells" GeospatialMapConfigurationProperty
GeospatialMapFieldWellsProperty
newValue, Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
instance Property "Interactions" GeospatialMapConfigurationProperty where
  type PropertyType "Interactions" GeospatialMapConfigurationProperty = VisualInteractionOptionsProperty
  set :: PropertyType "Interactions" GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
set PropertyType "Interactions" GeospatialMapConfigurationProperty
newValue GeospatialMapConfigurationProperty {Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: GeospatialMapConfigurationProperty -> ()
fieldWells :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapFieldWellsProperty
interactions :: GeospatialMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialMapConfigurationProperty -> Maybe LegendOptionsProperty
mapStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialPointStyleOptionsProperty
tooltip :: GeospatialMapConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: GeospatialMapConfigurationProperty -> Maybe VisualPaletteProperty
windowOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
    = GeospatialMapConfigurationProperty
        {interactions :: Maybe VisualInteractionOptionsProperty
interactions = VisualInteractionOptionsProperty
-> Maybe VisualInteractionOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Interactions" GeospatialMapConfigurationProperty
VisualInteractionOptionsProperty
newValue, Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
instance Property "Legend" GeospatialMapConfigurationProperty where
  type PropertyType "Legend" GeospatialMapConfigurationProperty = LegendOptionsProperty
  set :: PropertyType "Legend" GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
set PropertyType "Legend" GeospatialMapConfigurationProperty
newValue GeospatialMapConfigurationProperty {Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: GeospatialMapConfigurationProperty -> ()
fieldWells :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapFieldWellsProperty
interactions :: GeospatialMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialMapConfigurationProperty -> Maybe LegendOptionsProperty
mapStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialPointStyleOptionsProperty
tooltip :: GeospatialMapConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: GeospatialMapConfigurationProperty -> Maybe VisualPaletteProperty
windowOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
    = GeospatialMapConfigurationProperty
        {legend :: Maybe LegendOptionsProperty
legend = LegendOptionsProperty -> Maybe LegendOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Legend" GeospatialMapConfigurationProperty
LegendOptionsProperty
newValue, Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
instance Property "MapStyleOptions" GeospatialMapConfigurationProperty where
  type PropertyType "MapStyleOptions" GeospatialMapConfigurationProperty = GeospatialMapStyleOptionsProperty
  set :: PropertyType "MapStyleOptions" GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
set PropertyType "MapStyleOptions" GeospatialMapConfigurationProperty
newValue GeospatialMapConfigurationProperty {Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: GeospatialMapConfigurationProperty -> ()
fieldWells :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapFieldWellsProperty
interactions :: GeospatialMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialMapConfigurationProperty -> Maybe LegendOptionsProperty
mapStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialPointStyleOptionsProperty
tooltip :: GeospatialMapConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: GeospatialMapConfigurationProperty -> Maybe VisualPaletteProperty
windowOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
    = GeospatialMapConfigurationProperty
        {mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
mapStyleOptions = GeospatialMapStyleOptionsProperty
-> Maybe GeospatialMapStyleOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MapStyleOptions" GeospatialMapConfigurationProperty
GeospatialMapStyleOptionsProperty
newValue, Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
instance Property "PointStyleOptions" GeospatialMapConfigurationProperty where
  type PropertyType "PointStyleOptions" GeospatialMapConfigurationProperty = GeospatialPointStyleOptionsProperty
  set :: PropertyType "PointStyleOptions" GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
set PropertyType "PointStyleOptions" GeospatialMapConfigurationProperty
newValue GeospatialMapConfigurationProperty {Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: GeospatialMapConfigurationProperty -> ()
fieldWells :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapFieldWellsProperty
interactions :: GeospatialMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialMapConfigurationProperty -> Maybe LegendOptionsProperty
mapStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialPointStyleOptionsProperty
tooltip :: GeospatialMapConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: GeospatialMapConfigurationProperty -> Maybe VisualPaletteProperty
windowOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
    = GeospatialMapConfigurationProperty
        {pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
pointStyleOptions = GeospatialPointStyleOptionsProperty
-> Maybe GeospatialPointStyleOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PointStyleOptions" GeospatialMapConfigurationProperty
GeospatialPointStyleOptionsProperty
newValue, Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
instance Property "Tooltip" GeospatialMapConfigurationProperty where
  type PropertyType "Tooltip" GeospatialMapConfigurationProperty = TooltipOptionsProperty
  set :: PropertyType "Tooltip" GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
set PropertyType "Tooltip" GeospatialMapConfigurationProperty
newValue GeospatialMapConfigurationProperty {Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: GeospatialMapConfigurationProperty -> ()
fieldWells :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapFieldWellsProperty
interactions :: GeospatialMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialMapConfigurationProperty -> Maybe LegendOptionsProperty
mapStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialPointStyleOptionsProperty
tooltip :: GeospatialMapConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: GeospatialMapConfigurationProperty -> Maybe VisualPaletteProperty
windowOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
    = GeospatialMapConfigurationProperty
        {tooltip :: Maybe TooltipOptionsProperty
tooltip = TooltipOptionsProperty -> Maybe TooltipOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Tooltip" GeospatialMapConfigurationProperty
TooltipOptionsProperty
newValue, Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
instance Property "VisualPalette" GeospatialMapConfigurationProperty where
  type PropertyType "VisualPalette" GeospatialMapConfigurationProperty = VisualPaletteProperty
  set :: PropertyType "VisualPalette" GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
set PropertyType "VisualPalette" GeospatialMapConfigurationProperty
newValue GeospatialMapConfigurationProperty {Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: GeospatialMapConfigurationProperty -> ()
fieldWells :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapFieldWellsProperty
interactions :: GeospatialMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialMapConfigurationProperty -> Maybe LegendOptionsProperty
mapStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialPointStyleOptionsProperty
tooltip :: GeospatialMapConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: GeospatialMapConfigurationProperty -> Maybe VisualPaletteProperty
windowOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
    = GeospatialMapConfigurationProperty
        {visualPalette :: Maybe VisualPaletteProperty
visualPalette = VisualPaletteProperty -> Maybe VisualPaletteProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "VisualPalette" GeospatialMapConfigurationProperty
VisualPaletteProperty
newValue, Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
instance Property "WindowOptions" GeospatialMapConfigurationProperty where
  type PropertyType "WindowOptions" GeospatialMapConfigurationProperty = GeospatialWindowOptionsProperty
  set :: PropertyType "WindowOptions" GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
-> GeospatialMapConfigurationProperty
set PropertyType "WindowOptions" GeospatialMapConfigurationProperty
newValue GeospatialMapConfigurationProperty {Maybe GeospatialMapStyleOptionsProperty
Maybe GeospatialWindowOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: GeospatialMapConfigurationProperty -> ()
fieldWells :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapFieldWellsProperty
interactions :: GeospatialMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialMapConfigurationProperty -> Maybe LegendOptionsProperty
mapStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialPointStyleOptionsProperty
tooltip :: GeospatialMapConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: GeospatialMapConfigurationProperty -> Maybe VisualPaletteProperty
windowOptions :: GeospatialMapConfigurationProperty
-> Maybe GeospatialWindowOptionsProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
windowOptions :: Maybe GeospatialWindowOptionsProperty
..}
    = GeospatialMapConfigurationProperty
        {windowOptions :: Maybe GeospatialWindowOptionsProperty
windowOptions = GeospatialWindowOptionsProperty
-> Maybe GeospatialWindowOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "WindowOptions" GeospatialMapConfigurationProperty
GeospatialWindowOptionsProperty
newValue, Maybe GeospatialMapStyleOptionsProperty
Maybe LegendOptionsProperty
Maybe GeospatialPointStyleOptionsProperty
Maybe GeospatialMapFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
fieldWells :: Maybe GeospatialMapFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapStyleOptions :: Maybe GeospatialMapStyleOptionsProperty
pointStyleOptions :: Maybe GeospatialPointStyleOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}