google_api_fusion_tables v0.3.0 GoogleApi.FusionTables.V2.Model.PolygonStyle View Source
Represents a PolygonStyle within a StyleSetting
Attributes
fillColor
(type:String.t
, default:nil
) - Color of the interior of the polygon in #RRGGBB format.fillColorStyler
(type:GoogleApi.FusionTables.V2.Model.StyleFunction.t
, default:nil
) - Column-value, gradient, or bucket styler that is used to determine the interior color and opacity of the polygon.fillOpacity
(type:float()
, default:nil
) - Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque).strokeColor
(type:String.t
, default:nil
) - Color of the polygon border in #RRGGBB format.strokeColorStyler
(type:GoogleApi.FusionTables.V2.Model.StyleFunction.t
, default:nil
) - Column-value, gradient or buckets styler that is used to determine the border color and opacity.strokeOpacity
(type:float()
, default:nil
) - Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque).strokeWeight
(type:integer()
, default:nil
) - Width of the polyon border in pixels.strokeWeightStyler
(type:GoogleApi.FusionTables.V2.Model.StyleFunction.t
, default:nil
) - Column-value or bucket styler that is used to determine the width of the polygon border.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.FusionTables.V2.Model.PolygonStyle{ fillColor: String.t(), fillColorStyler: GoogleApi.FusionTables.V2.Model.StyleFunction.t(), fillOpacity: float(), strokeColor: String.t(), strokeColorStyler: GoogleApi.FusionTables.V2.Model.StyleFunction.t(), strokeOpacity: float(), strokeWeight: integer(), strokeWeightStyler: GoogleApi.FusionTables.V2.Model.StyleFunction.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.