google_api_fusion_tables v0.4.0 GoogleApi.FusionTables.V2.Model.StyleSetting View Source
Represents a complete StyleSettings object. The primary key is a combination of the tableId and a styleId.
Attributes
kind(type:String.t, default:fusiontables#styleSetting) - The kind of item this is. A StyleSetting contains the style definitions for points, lines, and polygons in a table. Since a table can have any one or all of them, a style definition can have point, line and polygon style definitions.markerOptions(type:GoogleApi.FusionTables.V2.Model.PointStyle.t, default:nil) - Style definition for points in the table.name(type:String.t, default:nil) - Optional name for the style setting.polygonOptions(type:GoogleApi.FusionTables.V2.Model.PolygonStyle.t, default:nil) - Style definition for polygons in the table.polylineOptions(type:GoogleApi.FusionTables.V2.Model.LineStyle.t, default:nil) - Style definition for lines in the table.styleId(type:integer(), default:nil) - Identifier for the style setting (unique only within tables).tableId(type:String.t, default:nil) - Identifier for the table.
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.StyleSetting{
kind: String.t(),
markerOptions: GoogleApi.FusionTables.V2.Model.PointStyle.t(),
name: String.t(),
polygonOptions: GoogleApi.FusionTables.V2.Model.PolygonStyle.t(),
polylineOptions: GoogleApi.FusionTables.V2.Model.LineStyle.t(),
styleId: integer(),
tableId: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.