module Stratosphere.QuickSight.Analysis.GeospatialLayerMapConfigurationProperty (
module Exports, GeospatialLayerMapConfigurationProperty(..),
mkGeospatialLayerMapConfigurationProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.GeospatialLayerItemProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.GeospatialMapStateProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.GeospatialMapStyleProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.LegendOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.VisualInteractionOptionsProperty as Exports
import Stratosphere.ResourceProperties
data GeospatialLayerMapConfigurationProperty
=
GeospatialLayerMapConfigurationProperty {GeospatialLayerMapConfigurationProperty -> ()
haddock_workaround_ :: (),
GeospatialLayerMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
interactions :: (Prelude.Maybe VisualInteractionOptionsProperty),
GeospatialLayerMapConfigurationProperty
-> Maybe LegendOptionsProperty
legend :: (Prelude.Maybe LegendOptionsProperty),
GeospatialLayerMapConfigurationProperty
-> Maybe [GeospatialLayerItemProperty]
mapLayers :: (Prelude.Maybe [GeospatialLayerItemProperty]),
GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStateProperty
mapState :: (Prelude.Maybe GeospatialMapStateProperty),
GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStyleProperty
mapStyle :: (Prelude.Maybe GeospatialMapStyleProperty)}
deriving stock (GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty -> Bool
(GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty -> Bool)
-> (GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty -> Bool)
-> Eq GeospatialLayerMapConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty -> Bool
== :: GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty -> Bool
$c/= :: GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty -> Bool
/= :: GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty -> Bool
Prelude.Eq, Int -> GeospatialLayerMapConfigurationProperty -> ShowS
[GeospatialLayerMapConfigurationProperty] -> ShowS
GeospatialLayerMapConfigurationProperty -> String
(Int -> GeospatialLayerMapConfigurationProperty -> ShowS)
-> (GeospatialLayerMapConfigurationProperty -> String)
-> ([GeospatialLayerMapConfigurationProperty] -> ShowS)
-> Show GeospatialLayerMapConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> GeospatialLayerMapConfigurationProperty -> ShowS
showsPrec :: Int -> GeospatialLayerMapConfigurationProperty -> ShowS
$cshow :: GeospatialLayerMapConfigurationProperty -> String
show :: GeospatialLayerMapConfigurationProperty -> String
$cshowList :: [GeospatialLayerMapConfigurationProperty] -> ShowS
showList :: [GeospatialLayerMapConfigurationProperty] -> ShowS
Prelude.Show)
mkGeospatialLayerMapConfigurationProperty ::
GeospatialLayerMapConfigurationProperty
mkGeospatialLayerMapConfigurationProperty :: GeospatialLayerMapConfigurationProperty
mkGeospatialLayerMapConfigurationProperty
= GeospatialLayerMapConfigurationProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), interactions :: Maybe VisualInteractionOptionsProperty
interactions = Maybe VisualInteractionOptionsProperty
forall a. Maybe a
Prelude.Nothing,
legend :: Maybe LegendOptionsProperty
legend = Maybe LegendOptionsProperty
forall a. Maybe a
Prelude.Nothing, mapLayers :: Maybe [GeospatialLayerItemProperty]
mapLayers = Maybe [GeospatialLayerItemProperty]
forall a. Maybe a
Prelude.Nothing,
mapState :: Maybe GeospatialMapStateProperty
mapState = Maybe GeospatialMapStateProperty
forall a. Maybe a
Prelude.Nothing, mapStyle :: Maybe GeospatialMapStyleProperty
mapStyle = Maybe GeospatialMapStyleProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties GeospatialLayerMapConfigurationProperty where
toResourceProperties :: GeospatialLayerMapConfigurationProperty -> ResourceProperties
toResourceProperties GeospatialLayerMapConfigurationProperty {Maybe [GeospatialLayerItemProperty]
Maybe GeospatialMapStateProperty
Maybe GeospatialMapStyleProperty
Maybe LegendOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: GeospatialLayerMapConfigurationProperty -> ()
interactions :: GeospatialLayerMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialLayerMapConfigurationProperty
-> Maybe LegendOptionsProperty
mapLayers :: GeospatialLayerMapConfigurationProperty
-> Maybe [GeospatialLayerItemProperty]
mapState :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStateProperty
mapStyle :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStyleProperty
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::QuickSight::Analysis.GeospatialLayerMapConfiguration",
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 -> 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 -> [GeospatialLayerItemProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MapLayers" ([GeospatialLayerItemProperty] -> (Key, Value))
-> Maybe [GeospatialLayerItemProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [GeospatialLayerItemProperty]
mapLayers,
Key -> GeospatialMapStateProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MapState" (GeospatialMapStateProperty -> (Key, Value))
-> Maybe GeospatialMapStateProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialMapStateProperty
mapState,
Key -> GeospatialMapStyleProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MapStyle" (GeospatialMapStyleProperty -> (Key, Value))
-> Maybe GeospatialMapStyleProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialMapStyleProperty
mapStyle])}
instance JSON.ToJSON GeospatialLayerMapConfigurationProperty where
toJSON :: GeospatialLayerMapConfigurationProperty -> Value
toJSON GeospatialLayerMapConfigurationProperty {Maybe [GeospatialLayerItemProperty]
Maybe GeospatialMapStateProperty
Maybe GeospatialMapStyleProperty
Maybe LegendOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: GeospatialLayerMapConfigurationProperty -> ()
interactions :: GeospatialLayerMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialLayerMapConfigurationProperty
-> Maybe LegendOptionsProperty
mapLayers :: GeospatialLayerMapConfigurationProperty
-> Maybe [GeospatialLayerItemProperty]
mapState :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStateProperty
mapStyle :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStyleProperty
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
..}
= [(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 -> 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 -> [GeospatialLayerItemProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MapLayers" ([GeospatialLayerItemProperty] -> (Key, Value))
-> Maybe [GeospatialLayerItemProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [GeospatialLayerItemProperty]
mapLayers,
Key -> GeospatialMapStateProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MapState" (GeospatialMapStateProperty -> (Key, Value))
-> Maybe GeospatialMapStateProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialMapStateProperty
mapState,
Key -> GeospatialMapStyleProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MapStyle" (GeospatialMapStyleProperty -> (Key, Value))
-> Maybe GeospatialMapStyleProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GeospatialMapStyleProperty
mapStyle]))
instance Property "Interactions" GeospatialLayerMapConfigurationProperty where
type PropertyType "Interactions" GeospatialLayerMapConfigurationProperty = VisualInteractionOptionsProperty
set :: PropertyType "Interactions" GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty
set PropertyType "Interactions" GeospatialLayerMapConfigurationProperty
newValue GeospatialLayerMapConfigurationProperty {Maybe [GeospatialLayerItemProperty]
Maybe GeospatialMapStateProperty
Maybe GeospatialMapStyleProperty
Maybe LegendOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: GeospatialLayerMapConfigurationProperty -> ()
interactions :: GeospatialLayerMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialLayerMapConfigurationProperty
-> Maybe LegendOptionsProperty
mapLayers :: GeospatialLayerMapConfigurationProperty
-> Maybe [GeospatialLayerItemProperty]
mapState :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStateProperty
mapStyle :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStyleProperty
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
..}
= GeospatialLayerMapConfigurationProperty
{interactions :: Maybe VisualInteractionOptionsProperty
interactions = VisualInteractionOptionsProperty
-> Maybe VisualInteractionOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Interactions" GeospatialLayerMapConfigurationProperty
VisualInteractionOptionsProperty
newValue, Maybe [GeospatialLayerItemProperty]
Maybe GeospatialMapStateProperty
Maybe GeospatialMapStyleProperty
Maybe LegendOptionsProperty
()
haddock_workaround_ :: ()
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
haddock_workaround_ :: ()
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
..}
instance Property "Legend" GeospatialLayerMapConfigurationProperty where
type PropertyType "Legend" GeospatialLayerMapConfigurationProperty = LegendOptionsProperty
set :: PropertyType "Legend" GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty
set PropertyType "Legend" GeospatialLayerMapConfigurationProperty
newValue GeospatialLayerMapConfigurationProperty {Maybe [GeospatialLayerItemProperty]
Maybe GeospatialMapStateProperty
Maybe GeospatialMapStyleProperty
Maybe LegendOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: GeospatialLayerMapConfigurationProperty -> ()
interactions :: GeospatialLayerMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialLayerMapConfigurationProperty
-> Maybe LegendOptionsProperty
mapLayers :: GeospatialLayerMapConfigurationProperty
-> Maybe [GeospatialLayerItemProperty]
mapState :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStateProperty
mapStyle :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStyleProperty
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
..}
= GeospatialLayerMapConfigurationProperty
{legend :: Maybe LegendOptionsProperty
legend = LegendOptionsProperty -> Maybe LegendOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Legend" GeospatialLayerMapConfigurationProperty
LegendOptionsProperty
newValue, Maybe [GeospatialLayerItemProperty]
Maybe GeospatialMapStateProperty
Maybe GeospatialMapStyleProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
..}
instance Property "MapLayers" GeospatialLayerMapConfigurationProperty where
type PropertyType "MapLayers" GeospatialLayerMapConfigurationProperty = [GeospatialLayerItemProperty]
set :: PropertyType "MapLayers" GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty
set PropertyType "MapLayers" GeospatialLayerMapConfigurationProperty
newValue GeospatialLayerMapConfigurationProperty {Maybe [GeospatialLayerItemProperty]
Maybe GeospatialMapStateProperty
Maybe GeospatialMapStyleProperty
Maybe LegendOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: GeospatialLayerMapConfigurationProperty -> ()
interactions :: GeospatialLayerMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialLayerMapConfigurationProperty
-> Maybe LegendOptionsProperty
mapLayers :: GeospatialLayerMapConfigurationProperty
-> Maybe [GeospatialLayerItemProperty]
mapState :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStateProperty
mapStyle :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStyleProperty
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
..}
= GeospatialLayerMapConfigurationProperty
{mapLayers :: Maybe [GeospatialLayerItemProperty]
mapLayers = [GeospatialLayerItemProperty]
-> Maybe [GeospatialLayerItemProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [GeospatialLayerItemProperty]
PropertyType "MapLayers" GeospatialLayerMapConfigurationProperty
newValue, Maybe GeospatialMapStateProperty
Maybe GeospatialMapStyleProperty
Maybe LegendOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
..}
instance Property "MapState" GeospatialLayerMapConfigurationProperty where
type PropertyType "MapState" GeospatialLayerMapConfigurationProperty = GeospatialMapStateProperty
set :: PropertyType "MapState" GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty
set PropertyType "MapState" GeospatialLayerMapConfigurationProperty
newValue GeospatialLayerMapConfigurationProperty {Maybe [GeospatialLayerItemProperty]
Maybe GeospatialMapStateProperty
Maybe GeospatialMapStyleProperty
Maybe LegendOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: GeospatialLayerMapConfigurationProperty -> ()
interactions :: GeospatialLayerMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialLayerMapConfigurationProperty
-> Maybe LegendOptionsProperty
mapLayers :: GeospatialLayerMapConfigurationProperty
-> Maybe [GeospatialLayerItemProperty]
mapState :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStateProperty
mapStyle :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStyleProperty
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
..}
= GeospatialLayerMapConfigurationProperty
{mapState :: Maybe GeospatialMapStateProperty
mapState = GeospatialMapStateProperty -> Maybe GeospatialMapStateProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MapState" GeospatialLayerMapConfigurationProperty
GeospatialMapStateProperty
newValue, Maybe [GeospatialLayerItemProperty]
Maybe GeospatialMapStyleProperty
Maybe LegendOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapStyle :: Maybe GeospatialMapStyleProperty
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapStyle :: Maybe GeospatialMapStyleProperty
..}
instance Property "MapStyle" GeospatialLayerMapConfigurationProperty where
type PropertyType "MapStyle" GeospatialLayerMapConfigurationProperty = GeospatialMapStyleProperty
set :: PropertyType "MapStyle" GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty
-> GeospatialLayerMapConfigurationProperty
set PropertyType "MapStyle" GeospatialLayerMapConfigurationProperty
newValue GeospatialLayerMapConfigurationProperty {Maybe [GeospatialLayerItemProperty]
Maybe GeospatialMapStateProperty
Maybe GeospatialMapStyleProperty
Maybe LegendOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: GeospatialLayerMapConfigurationProperty -> ()
interactions :: GeospatialLayerMapConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: GeospatialLayerMapConfigurationProperty
-> Maybe LegendOptionsProperty
mapLayers :: GeospatialLayerMapConfigurationProperty
-> Maybe [GeospatialLayerItemProperty]
mapState :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStateProperty
mapStyle :: GeospatialLayerMapConfigurationProperty
-> Maybe GeospatialMapStyleProperty
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
mapStyle :: Maybe GeospatialMapStyleProperty
..}
= GeospatialLayerMapConfigurationProperty
{mapStyle :: Maybe GeospatialMapStyleProperty
mapStyle = GeospatialMapStyleProperty -> Maybe GeospatialMapStyleProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MapStyle" GeospatialLayerMapConfigurationProperty
GeospatialMapStyleProperty
newValue, Maybe [GeospatialLayerItemProperty]
Maybe GeospatialMapStateProperty
Maybe LegendOptionsProperty
Maybe VisualInteractionOptionsProperty
()
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
haddock_workaround_ :: ()
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
mapLayers :: Maybe [GeospatialLayerItemProperty]
mapState :: Maybe GeospatialMapStateProperty
..}