google_api_fusion_tables v0.3.0 GoogleApi.FusionTables.V2.Model.Bucket View Source

Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.

Attributes

  • color (type: String.t, default: nil) - Color of line or the interior of a polygon in #RRGGBB format.
  • icon (type: String.t, default: nil) - Icon name used for a point.
  • max (type: float(), default: nil) - Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
  • min (type: float(), default: nil) - Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
  • opacity (type: float(), default: nil) - Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
  • weight (type: integer(), default: nil) - Width of a line (in pixels).

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 Source
t() :: %GoogleApi.FusionTables.V2.Model.Bucket{
  color: String.t(),
  icon: String.t(),
  max: float(),
  min: float(),
  opacity: float(),
  weight: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.