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

Represents a PointStyle within a StyleSetting

Attributes

  • iconName (type: String.t, default: nil) - Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519
  • iconStyler (type: GoogleApi.FusionTables.V2.Model.StyleFunction.t, default: nil) - Column or a bucket value from which the icon name is to be determined.

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.PointStyle{
  iconName: String.t(),
  iconStyler: GoogleApi.FusionTables.V2.Model.StyleFunction.t()
}

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.