module Stratosphere.QuickSight.Dashboard.GeospatialLayerItemProperty (
        module Exports, GeospatialLayerItemProperty(..),
        mkGeospatialLayerItemProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.GeospatialDataSourceItemProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.GeospatialLayerDefinitionProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.GeospatialLayerJoinDefinitionProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.LayerCustomActionProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Dashboard.TooltipOptionsProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data GeospatialLayerItemProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayeritem.html>
    GeospatialLayerItemProperty {GeospatialLayerItemProperty -> ()
haddock_workaround_ :: (),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayeritem.html#cfn-quicksight-dashboard-geospatiallayeritem-actions>
                                 GeospatialLayerItemProperty -> Maybe [LayerCustomActionProperty]
actions :: (Prelude.Maybe [LayerCustomActionProperty]),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayeritem.html#cfn-quicksight-dashboard-geospatiallayeritem-datasource>
                                 GeospatialLayerItemProperty
-> Maybe GeospatialDataSourceItemProperty
dataSource :: (Prelude.Maybe GeospatialDataSourceItemProperty),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayeritem.html#cfn-quicksight-dashboard-geospatiallayeritem-joindefinition>
                                 GeospatialLayerItemProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
joinDefinition :: (Prelude.Maybe GeospatialLayerJoinDefinitionProperty),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayeritem.html#cfn-quicksight-dashboard-geospatiallayeritem-label>
                                 GeospatialLayerItemProperty -> Maybe (Value Text)
label :: (Prelude.Maybe (Value Prelude.Text)),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayeritem.html#cfn-quicksight-dashboard-geospatiallayeritem-layerdefinition>
                                 GeospatialLayerItemProperty
-> Maybe GeospatialLayerDefinitionProperty
layerDefinition :: (Prelude.Maybe GeospatialLayerDefinitionProperty),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayeritem.html#cfn-quicksight-dashboard-geospatiallayeritem-layerid>
                                 GeospatialLayerItemProperty -> Value Text
layerId :: (Value Prelude.Text),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayeritem.html#cfn-quicksight-dashboard-geospatiallayeritem-layertype>
                                 GeospatialLayerItemProperty -> Maybe (Value Text)
layerType :: (Prelude.Maybe (Value Prelude.Text)),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayeritem.html#cfn-quicksight-dashboard-geospatiallayeritem-tooltip>
                                 GeospatialLayerItemProperty -> Maybe TooltipOptionsProperty
tooltip :: (Prelude.Maybe TooltipOptionsProperty),
                                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallayeritem.html#cfn-quicksight-dashboard-geospatiallayeritem-visibility>
                                 GeospatialLayerItemProperty -> Maybe (Value Text)
visibility :: (Prelude.Maybe (Value Prelude.Text))}
  deriving stock (GeospatialLayerItemProperty -> GeospatialLayerItemProperty -> Bool
(GeospatialLayerItemProperty
 -> GeospatialLayerItemProperty -> Bool)
-> (GeospatialLayerItemProperty
    -> GeospatialLayerItemProperty -> Bool)
-> Eq GeospatialLayerItemProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: GeospatialLayerItemProperty -> GeospatialLayerItemProperty -> Bool
== :: GeospatialLayerItemProperty -> GeospatialLayerItemProperty -> Bool
$c/= :: GeospatialLayerItemProperty -> GeospatialLayerItemProperty -> Bool
/= :: GeospatialLayerItemProperty -> GeospatialLayerItemProperty -> Bool
Prelude.Eq, Int -> GeospatialLayerItemProperty -> ShowS
[GeospatialLayerItemProperty] -> ShowS
GeospatialLayerItemProperty -> String
(Int -> GeospatialLayerItemProperty -> ShowS)
-> (GeospatialLayerItemProperty -> String)
-> ([GeospatialLayerItemProperty] -> ShowS)
-> Show GeospatialLayerItemProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> GeospatialLayerItemProperty -> ShowS
showsPrec :: Int -> GeospatialLayerItemProperty -> ShowS
$cshow :: GeospatialLayerItemProperty -> String
show :: GeospatialLayerItemProperty -> String
$cshowList :: [GeospatialLayerItemProperty] -> ShowS
showList :: [GeospatialLayerItemProperty] -> ShowS
Prelude.Show)
mkGeospatialLayerItemProperty ::
  Value Prelude.Text -> GeospatialLayerItemProperty
mkGeospatialLayerItemProperty :: Value Text -> GeospatialLayerItemProperty
mkGeospatialLayerItemProperty Value Text
layerId
  = GeospatialLayerItemProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), layerId :: Value Text
layerId = Value Text
layerId,
       actions :: Maybe [LayerCustomActionProperty]
actions = Maybe [LayerCustomActionProperty]
forall a. Maybe a
Prelude.Nothing, dataSource :: Maybe GeospatialDataSourceItemProperty
dataSource = Maybe GeospatialDataSourceItemProperty
forall a. Maybe a
Prelude.Nothing,
       joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
joinDefinition = Maybe GeospatialLayerJoinDefinitionProperty
forall a. Maybe a
Prelude.Nothing, label :: Maybe (Value Text)
label = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerDefinition = Maybe GeospatialLayerDefinitionProperty
forall a. Maybe a
Prelude.Nothing, layerType :: Maybe (Value Text)
layerType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       tooltip :: Maybe TooltipOptionsProperty
tooltip = Maybe TooltipOptionsProperty
forall a. Maybe a
Prelude.Nothing, visibility :: Maybe (Value Text)
visibility = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties GeospatialLayerItemProperty where
  toResourceProperties :: GeospatialLayerItemProperty -> ResourceProperties
toResourceProperties GeospatialLayerItemProperty {Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: GeospatialLayerItemProperty -> ()
actions :: GeospatialLayerItemProperty -> Maybe [LayerCustomActionProperty]
dataSource :: GeospatialLayerItemProperty
-> Maybe GeospatialDataSourceItemProperty
joinDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
label :: GeospatialLayerItemProperty -> Maybe (Value Text)
layerDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerDefinitionProperty
layerId :: GeospatialLayerItemProperty -> Value Text
layerType :: GeospatialLayerItemProperty -> Maybe (Value Text)
tooltip :: GeospatialLayerItemProperty -> Maybe TooltipOptionsProperty
visibility :: GeospatialLayerItemProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::QuickSight::Dashboard.GeospatialLayerItem",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
                           [Key
"LayerId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
layerId]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> [LayerCustomActionProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Actions" ([LayerCustomActionProperty] -> (Key, Value))
-> Maybe [LayerCustomActionProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [LayerCustomActionProperty]
actions,
                               Key -> GeospatialDataSourceItemProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataSource" (GeospatialDataSourceItemProperty -> (Key, Value))
-> Maybe GeospatialDataSourceItemProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialDataSourceItemProperty
dataSource,
                               Key -> GeospatialLayerJoinDefinitionProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"JoinDefinition" (GeospatialLayerJoinDefinitionProperty -> (Key, Value))
-> Maybe GeospatialLayerJoinDefinitionProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialLayerJoinDefinitionProperty
joinDefinition,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Label" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
label,
                               Key -> GeospatialLayerDefinitionProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LayerDefinition" (GeospatialLayerDefinitionProperty -> (Key, Value))
-> Maybe GeospatialLayerDefinitionProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialLayerDefinitionProperty
layerDefinition,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LayerType" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
layerType,
                               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 -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Visibility" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
visibility]))}
instance JSON.ToJSON GeospatialLayerItemProperty where
  toJSON :: GeospatialLayerItemProperty -> Value
toJSON GeospatialLayerItemProperty {Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: GeospatialLayerItemProperty -> ()
actions :: GeospatialLayerItemProperty -> Maybe [LayerCustomActionProperty]
dataSource :: GeospatialLayerItemProperty
-> Maybe GeospatialDataSourceItemProperty
joinDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
label :: GeospatialLayerItemProperty -> Maybe (Value Text)
layerDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerDefinitionProperty
layerId :: GeospatialLayerItemProperty -> Value Text
layerType :: GeospatialLayerItemProperty -> Maybe (Value Text)
tooltip :: GeospatialLayerItemProperty -> Maybe TooltipOptionsProperty
visibility :: GeospatialLayerItemProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
              [Key
"LayerId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
layerId]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> [LayerCustomActionProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Actions" ([LayerCustomActionProperty] -> (Key, Value))
-> Maybe [LayerCustomActionProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [LayerCustomActionProperty]
actions,
                  Key -> GeospatialDataSourceItemProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataSource" (GeospatialDataSourceItemProperty -> (Key, Value))
-> Maybe GeospatialDataSourceItemProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialDataSourceItemProperty
dataSource,
                  Key -> GeospatialLayerJoinDefinitionProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"JoinDefinition" (GeospatialLayerJoinDefinitionProperty -> (Key, Value))
-> Maybe GeospatialLayerJoinDefinitionProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialLayerJoinDefinitionProperty
joinDefinition,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Label" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
label,
                  Key -> GeospatialLayerDefinitionProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LayerDefinition" (GeospatialLayerDefinitionProperty -> (Key, Value))
-> Maybe GeospatialLayerDefinitionProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialLayerDefinitionProperty
layerDefinition,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LayerType" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
layerType,
                  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 -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Visibility" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
visibility])))
instance Property "Actions" GeospatialLayerItemProperty where
  type PropertyType "Actions" GeospatialLayerItemProperty = [LayerCustomActionProperty]
  set :: PropertyType "Actions" GeospatialLayerItemProperty
-> GeospatialLayerItemProperty -> GeospatialLayerItemProperty
set PropertyType "Actions" GeospatialLayerItemProperty
newValue GeospatialLayerItemProperty {Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: GeospatialLayerItemProperty -> ()
actions :: GeospatialLayerItemProperty -> Maybe [LayerCustomActionProperty]
dataSource :: GeospatialLayerItemProperty
-> Maybe GeospatialDataSourceItemProperty
joinDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
label :: GeospatialLayerItemProperty -> Maybe (Value Text)
layerDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerDefinitionProperty
layerId :: GeospatialLayerItemProperty -> Value Text
layerType :: GeospatialLayerItemProperty -> Maybe (Value Text)
tooltip :: GeospatialLayerItemProperty -> Maybe TooltipOptionsProperty
visibility :: GeospatialLayerItemProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
    = GeospatialLayerItemProperty {actions :: Maybe [LayerCustomActionProperty]
actions = [LayerCustomActionProperty] -> Maybe [LayerCustomActionProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [LayerCustomActionProperty]
PropertyType "Actions" GeospatialLayerItemProperty
newValue, Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
haddock_workaround_ :: ()
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
instance Property "DataSource" GeospatialLayerItemProperty where
  type PropertyType "DataSource" GeospatialLayerItemProperty = GeospatialDataSourceItemProperty
  set :: PropertyType "DataSource" GeospatialLayerItemProperty
-> GeospatialLayerItemProperty -> GeospatialLayerItemProperty
set PropertyType "DataSource" GeospatialLayerItemProperty
newValue GeospatialLayerItemProperty {Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: GeospatialLayerItemProperty -> ()
actions :: GeospatialLayerItemProperty -> Maybe [LayerCustomActionProperty]
dataSource :: GeospatialLayerItemProperty
-> Maybe GeospatialDataSourceItemProperty
joinDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
label :: GeospatialLayerItemProperty -> Maybe (Value Text)
layerDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerDefinitionProperty
layerId :: GeospatialLayerItemProperty -> Value Text
layerType :: GeospatialLayerItemProperty -> Maybe (Value Text)
tooltip :: GeospatialLayerItemProperty -> Maybe TooltipOptionsProperty
visibility :: GeospatialLayerItemProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
    = GeospatialLayerItemProperty
        {dataSource :: Maybe GeospatialDataSourceItemProperty
dataSource = GeospatialDataSourceItemProperty
-> Maybe GeospatialDataSourceItemProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DataSource" GeospatialLayerItemProperty
GeospatialDataSourceItemProperty
newValue, Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
instance Property "JoinDefinition" GeospatialLayerItemProperty where
  type PropertyType "JoinDefinition" GeospatialLayerItemProperty = GeospatialLayerJoinDefinitionProperty
  set :: PropertyType "JoinDefinition" GeospatialLayerItemProperty
-> GeospatialLayerItemProperty -> GeospatialLayerItemProperty
set PropertyType "JoinDefinition" GeospatialLayerItemProperty
newValue GeospatialLayerItemProperty {Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: GeospatialLayerItemProperty -> ()
actions :: GeospatialLayerItemProperty -> Maybe [LayerCustomActionProperty]
dataSource :: GeospatialLayerItemProperty
-> Maybe GeospatialDataSourceItemProperty
joinDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
label :: GeospatialLayerItemProperty -> Maybe (Value Text)
layerDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerDefinitionProperty
layerId :: GeospatialLayerItemProperty -> Value Text
layerType :: GeospatialLayerItemProperty -> Maybe (Value Text)
tooltip :: GeospatialLayerItemProperty -> Maybe TooltipOptionsProperty
visibility :: GeospatialLayerItemProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
    = GeospatialLayerItemProperty
        {joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
joinDefinition = GeospatialLayerJoinDefinitionProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "JoinDefinition" GeospatialLayerItemProperty
GeospatialLayerJoinDefinitionProperty
newValue, Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
instance Property "Label" GeospatialLayerItemProperty where
  type PropertyType "Label" GeospatialLayerItemProperty = Value Prelude.Text
  set :: PropertyType "Label" GeospatialLayerItemProperty
-> GeospatialLayerItemProperty -> GeospatialLayerItemProperty
set PropertyType "Label" GeospatialLayerItemProperty
newValue GeospatialLayerItemProperty {Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: GeospatialLayerItemProperty -> ()
actions :: GeospatialLayerItemProperty -> Maybe [LayerCustomActionProperty]
dataSource :: GeospatialLayerItemProperty
-> Maybe GeospatialDataSourceItemProperty
joinDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
label :: GeospatialLayerItemProperty -> Maybe (Value Text)
layerDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerDefinitionProperty
layerId :: GeospatialLayerItemProperty -> Value Text
layerType :: GeospatialLayerItemProperty -> Maybe (Value Text)
tooltip :: GeospatialLayerItemProperty -> Maybe TooltipOptionsProperty
visibility :: GeospatialLayerItemProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
    = GeospatialLayerItemProperty {label :: Maybe (Value Text)
label = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Label" GeospatialLayerItemProperty
Value Text
newValue, Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
instance Property "LayerDefinition" GeospatialLayerItemProperty where
  type PropertyType "LayerDefinition" GeospatialLayerItemProperty = GeospatialLayerDefinitionProperty
  set :: PropertyType "LayerDefinition" GeospatialLayerItemProperty
-> GeospatialLayerItemProperty -> GeospatialLayerItemProperty
set PropertyType "LayerDefinition" GeospatialLayerItemProperty
newValue GeospatialLayerItemProperty {Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: GeospatialLayerItemProperty -> ()
actions :: GeospatialLayerItemProperty -> Maybe [LayerCustomActionProperty]
dataSource :: GeospatialLayerItemProperty
-> Maybe GeospatialDataSourceItemProperty
joinDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
label :: GeospatialLayerItemProperty -> Maybe (Value Text)
layerDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerDefinitionProperty
layerId :: GeospatialLayerItemProperty -> Value Text
layerType :: GeospatialLayerItemProperty -> Maybe (Value Text)
tooltip :: GeospatialLayerItemProperty -> Maybe TooltipOptionsProperty
visibility :: GeospatialLayerItemProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
    = GeospatialLayerItemProperty
        {layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerDefinition = GeospatialLayerDefinitionProperty
-> Maybe GeospatialLayerDefinitionProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LayerDefinition" GeospatialLayerItemProperty
GeospatialLayerDefinitionProperty
newValue, Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
instance Property "LayerId" GeospatialLayerItemProperty where
  type PropertyType "LayerId" GeospatialLayerItemProperty = Value Prelude.Text
  set :: PropertyType "LayerId" GeospatialLayerItemProperty
-> GeospatialLayerItemProperty -> GeospatialLayerItemProperty
set PropertyType "LayerId" GeospatialLayerItemProperty
newValue GeospatialLayerItemProperty {Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: GeospatialLayerItemProperty -> ()
actions :: GeospatialLayerItemProperty -> Maybe [LayerCustomActionProperty]
dataSource :: GeospatialLayerItemProperty
-> Maybe GeospatialDataSourceItemProperty
joinDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
label :: GeospatialLayerItemProperty -> Maybe (Value Text)
layerDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerDefinitionProperty
layerId :: GeospatialLayerItemProperty -> Value Text
layerType :: GeospatialLayerItemProperty -> Maybe (Value Text)
tooltip :: GeospatialLayerItemProperty -> Maybe TooltipOptionsProperty
visibility :: GeospatialLayerItemProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
    = GeospatialLayerItemProperty {layerId :: Value Text
layerId = PropertyType "LayerId" GeospatialLayerItemProperty
Value Text
newValue, Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
instance Property "LayerType" GeospatialLayerItemProperty where
  type PropertyType "LayerType" GeospatialLayerItemProperty = Value Prelude.Text
  set :: PropertyType "LayerType" GeospatialLayerItemProperty
-> GeospatialLayerItemProperty -> GeospatialLayerItemProperty
set PropertyType "LayerType" GeospatialLayerItemProperty
newValue GeospatialLayerItemProperty {Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: GeospatialLayerItemProperty -> ()
actions :: GeospatialLayerItemProperty -> Maybe [LayerCustomActionProperty]
dataSource :: GeospatialLayerItemProperty
-> Maybe GeospatialDataSourceItemProperty
joinDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
label :: GeospatialLayerItemProperty -> Maybe (Value Text)
layerDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerDefinitionProperty
layerId :: GeospatialLayerItemProperty -> Value Text
layerType :: GeospatialLayerItemProperty -> Maybe (Value Text)
tooltip :: GeospatialLayerItemProperty -> Maybe TooltipOptionsProperty
visibility :: GeospatialLayerItemProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
    = GeospatialLayerItemProperty
        {layerType :: Maybe (Value Text)
layerType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LayerType" GeospatialLayerItemProperty
Value Text
newValue, Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
instance Property "Tooltip" GeospatialLayerItemProperty where
  type PropertyType "Tooltip" GeospatialLayerItemProperty = TooltipOptionsProperty
  set :: PropertyType "Tooltip" GeospatialLayerItemProperty
-> GeospatialLayerItemProperty -> GeospatialLayerItemProperty
set PropertyType "Tooltip" GeospatialLayerItemProperty
newValue GeospatialLayerItemProperty {Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: GeospatialLayerItemProperty -> ()
actions :: GeospatialLayerItemProperty -> Maybe [LayerCustomActionProperty]
dataSource :: GeospatialLayerItemProperty
-> Maybe GeospatialDataSourceItemProperty
joinDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
label :: GeospatialLayerItemProperty -> Maybe (Value Text)
layerDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerDefinitionProperty
layerId :: GeospatialLayerItemProperty -> Value Text
layerType :: GeospatialLayerItemProperty -> Maybe (Value Text)
tooltip :: GeospatialLayerItemProperty -> Maybe TooltipOptionsProperty
visibility :: GeospatialLayerItemProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
    = GeospatialLayerItemProperty {tooltip :: Maybe TooltipOptionsProperty
tooltip = TooltipOptionsProperty -> Maybe TooltipOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Tooltip" GeospatialLayerItemProperty
TooltipOptionsProperty
newValue, Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
visibility :: Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
visibility :: Maybe (Value Text)
..}
instance Property "Visibility" GeospatialLayerItemProperty where
  type PropertyType "Visibility" GeospatialLayerItemProperty = Value Prelude.Text
  set :: PropertyType "Visibility" GeospatialLayerItemProperty
-> GeospatialLayerItemProperty -> GeospatialLayerItemProperty
set PropertyType "Visibility" GeospatialLayerItemProperty
newValue GeospatialLayerItemProperty {Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: GeospatialLayerItemProperty -> ()
actions :: GeospatialLayerItemProperty -> Maybe [LayerCustomActionProperty]
dataSource :: GeospatialLayerItemProperty
-> Maybe GeospatialDataSourceItemProperty
joinDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerJoinDefinitionProperty
label :: GeospatialLayerItemProperty -> Maybe (Value Text)
layerDefinition :: GeospatialLayerItemProperty
-> Maybe GeospatialLayerDefinitionProperty
layerId :: GeospatialLayerItemProperty -> Value Text
layerType :: GeospatialLayerItemProperty -> Maybe (Value Text)
tooltip :: GeospatialLayerItemProperty -> Maybe TooltipOptionsProperty
visibility :: GeospatialLayerItemProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
visibility :: Maybe (Value Text)
..}
    = GeospatialLayerItemProperty
        {visibility :: Maybe (Value Text)
visibility = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Visibility" GeospatialLayerItemProperty
Value Text
newValue, Maybe [LayerCustomActionProperty]
Maybe (Value Text)
Maybe GeospatialLayerDefinitionProperty
Maybe GeospatialDataSourceItemProperty
Maybe TooltipOptionsProperty
Maybe GeospatialLayerJoinDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
haddock_workaround_ :: ()
actions :: Maybe [LayerCustomActionProperty]
dataSource :: Maybe GeospatialDataSourceItemProperty
joinDefinition :: Maybe GeospatialLayerJoinDefinitionProperty
label :: Maybe (Value Text)
layerDefinition :: Maybe GeospatialLayerDefinitionProperty
layerId :: Value Text
layerType :: Maybe (Value Text)
tooltip :: Maybe TooltipOptionsProperty
..}