Patch
|
|||||
|
|
Updates an existing style. This method supports patch semantics
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage your Fusion Tables
Input
This building block consumes 114 input parameters
Name | Format | Description |
---|---|---|
tableId Required |
STRING |
Table whose style is being updated |
styleId Required |
INTEGER |
Identifier (within a table) for the style being updated |
kind |
STRING |
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 |
OBJECT |
Represents a PointStyle within a StyleSetting |
markerOptions.iconName |
STRING |
Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519 |
markerOptions.iconStyler |
OBJECT |
Represents a StyleFunction within a StyleSetting |
markerOptions.iconStyler.buckets[] |
OBJECT |
Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
markerOptions.iconStyler.buckets[].color |
STRING |
Color of line or the interior of a polygon in #RRGGBB format |
markerOptions.iconStyler.buckets[].icon |
STRING |
Icon name used for a point |
markerOptions.iconStyler.buckets[].max |
NUMBER |
Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
markerOptions.iconStyler.buckets[].min |
NUMBER |
Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
markerOptions.iconStyler.buckets[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
markerOptions.iconStyler.buckets[].weight |
INTEGER |
Width of a line (in pixels) |
markerOptions.iconStyler.columnName |
STRING |
Name of the column whose value is used in the style |
markerOptions.iconStyler.gradient |
OBJECT |
Gradient function that interpolates a range of colors based on column value |
markerOptions.iconStyler.gradient.colors[] |
OBJECT |
|
markerOptions.iconStyler.gradient.colors[].color |
STRING |
Color in #RRGGBB format |
markerOptions.iconStyler.gradient.colors[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
markerOptions.iconStyler.gradient.max |
NUMBER |
Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
markerOptions.iconStyler.gradient.min |
NUMBER |
Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
markerOptions.iconStyler.kind |
STRING |
Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
name |
STRING |
Optional name for the style setting |
polygonOptions |
OBJECT |
Represents a PolygonStyle within a StyleSetting |
polygonOptions.fillColor |
STRING |
Color of the interior of the polygon in #RRGGBB format |
polygonOptions.fillColorStyler |
OBJECT |
Represents a StyleFunction within a StyleSetting |
polygonOptions.fillColorStyler.buckets[] |
OBJECT |
Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polygonOptions.fillColorStyler.buckets[].color |
STRING |
Color of line or the interior of a polygon in #RRGGBB format |
polygonOptions.fillColorStyler.buckets[].icon |
STRING |
Icon name used for a point |
polygonOptions.fillColorStyler.buckets[].max |
NUMBER |
Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.fillColorStyler.buckets[].min |
NUMBER |
Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.fillColorStyler.buckets[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.fillColorStyler.buckets[].weight |
INTEGER |
Width of a line (in pixels) |
polygonOptions.fillColorStyler.columnName |
STRING |
Name of the column whose value is used in the style |
polygonOptions.fillColorStyler.gradient |
OBJECT |
Gradient function that interpolates a range of colors based on column value |
polygonOptions.fillColorStyler.gradient.colors[] |
OBJECT |
|
polygonOptions.fillColorStyler.gradient.colors[].color |
STRING |
Color in #RRGGBB format |
polygonOptions.fillColorStyler.gradient.colors[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.fillColorStyler.gradient.max |
NUMBER |
Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polygonOptions.fillColorStyler.gradient.min |
NUMBER |
Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polygonOptions.fillColorStyler.kind |
STRING |
Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polygonOptions.fillOpacity |
NUMBER |
Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeColor |
STRING |
Color of the polygon border in #RRGGBB format |
polygonOptions.strokeColorStyler |
OBJECT |
Represents a StyleFunction within a StyleSetting |
polygonOptions.strokeColorStyler.buckets[] |
OBJECT |
Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polygonOptions.strokeColorStyler.buckets[].color |
STRING |
Color of line or the interior of a polygon in #RRGGBB format |
polygonOptions.strokeColorStyler.buckets[].icon |
STRING |
Icon name used for a point |
polygonOptions.strokeColorStyler.buckets[].max |
NUMBER |
Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeColorStyler.buckets[].min |
NUMBER |
Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeColorStyler.buckets[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeColorStyler.buckets[].weight |
INTEGER |
Width of a line (in pixels) |
polygonOptions.strokeColorStyler.columnName |
STRING |
Name of the column whose value is used in the style |
polygonOptions.strokeColorStyler.gradient |
OBJECT |
Gradient function that interpolates a range of colors based on column value |
polygonOptions.strokeColorStyler.gradient.colors[] |
OBJECT |
|
polygonOptions.strokeColorStyler.gradient.colors[].color |
STRING |
Color in #RRGGBB format |
polygonOptions.strokeColorStyler.gradient.colors[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeColorStyler.gradient.max |
NUMBER |
Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polygonOptions.strokeColorStyler.gradient.min |
NUMBER |
Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polygonOptions.strokeColorStyler.kind |
STRING |
Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polygonOptions.strokeOpacity |
NUMBER |
Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeWeight |
INTEGER |
Width of the polyon border in pixels |
polygonOptions.strokeWeightStyler |
OBJECT |
Represents a StyleFunction within a StyleSetting |
polygonOptions.strokeWeightStyler.buckets[] |
OBJECT |
Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polygonOptions.strokeWeightStyler.buckets[].color |
STRING |
Color of line or the interior of a polygon in #RRGGBB format |
polygonOptions.strokeWeightStyler.buckets[].icon |
STRING |
Icon name used for a point |
polygonOptions.strokeWeightStyler.buckets[].max |
NUMBER |
Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeWeightStyler.buckets[].min |
NUMBER |
Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeWeightStyler.buckets[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeWeightStyler.buckets[].weight |
INTEGER |
Width of a line (in pixels) |
polygonOptions.strokeWeightStyler.columnName |
STRING |
Name of the column whose value is used in the style |
polygonOptions.strokeWeightStyler.gradient |
OBJECT |
Gradient function that interpolates a range of colors based on column value |
polygonOptions.strokeWeightStyler.gradient.colors[] |
OBJECT |
|
polygonOptions.strokeWeightStyler.gradient.colors[].color |
STRING |
Color in #RRGGBB format |
polygonOptions.strokeWeightStyler.gradient.colors[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeWeightStyler.gradient.max |
NUMBER |
Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polygonOptions.strokeWeightStyler.gradient.min |
NUMBER |
Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polygonOptions.strokeWeightStyler.kind |
STRING |
Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polylineOptions |
OBJECT |
Represents a LineStyle within a StyleSetting |
polylineOptions.strokeColor |
STRING |
Color of the line in #RRGGBB format |
polylineOptions.strokeColorStyler |
OBJECT |
Represents a StyleFunction within a StyleSetting |
polylineOptions.strokeColorStyler.buckets[] |
OBJECT |
Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polylineOptions.strokeColorStyler.buckets[].color |
STRING |
Color of line or the interior of a polygon in #RRGGBB format |
polylineOptions.strokeColorStyler.buckets[].icon |
STRING |
Icon name used for a point |
polylineOptions.strokeColorStyler.buckets[].max |
NUMBER |
Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeColorStyler.buckets[].min |
NUMBER |
Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeColorStyler.buckets[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeColorStyler.buckets[].weight |
INTEGER |
Width of a line (in pixels) |
polylineOptions.strokeColorStyler.columnName |
STRING |
Name of the column whose value is used in the style |
polylineOptions.strokeColorStyler.gradient |
OBJECT |
Gradient function that interpolates a range of colors based on column value |
polylineOptions.strokeColorStyler.gradient.colors[] |
OBJECT |
|
polylineOptions.strokeColorStyler.gradient.colors[].color |
STRING |
Color in #RRGGBB format |
polylineOptions.strokeColorStyler.gradient.colors[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeColorStyler.gradient.max |
NUMBER |
Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polylineOptions.strokeColorStyler.gradient.min |
NUMBER |
Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polylineOptions.strokeColorStyler.kind |
STRING |
Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polylineOptions.strokeOpacity |
NUMBER |
Opacity of the line : 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeWeight |
INTEGER |
Width of the line in pixels |
polylineOptions.strokeWeightStyler |
OBJECT |
Represents a StyleFunction within a StyleSetting |
polylineOptions.strokeWeightStyler.buckets[] |
OBJECT |
Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polylineOptions.strokeWeightStyler.buckets[].color |
STRING |
Color of line or the interior of a polygon in #RRGGBB format |
polylineOptions.strokeWeightStyler.buckets[].icon |
STRING |
Icon name used for a point |
polylineOptions.strokeWeightStyler.buckets[].max |
NUMBER |
Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeWeightStyler.buckets[].min |
NUMBER |
Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeWeightStyler.buckets[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeWeightStyler.buckets[].weight |
INTEGER |
Width of a line (in pixels) |
polylineOptions.strokeWeightStyler.columnName |
STRING |
Name of the column whose value is used in the style |
polylineOptions.strokeWeightStyler.gradient |
OBJECT |
Gradient function that interpolates a range of colors based on column value |
polylineOptions.strokeWeightStyler.gradient.colors[] |
OBJECT |
|
polylineOptions.strokeWeightStyler.gradient.colors[].color |
STRING |
Color in #RRGGBB format |
polylineOptions.strokeWeightStyler.gradient.colors[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeWeightStyler.gradient.max |
NUMBER |
Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polylineOptions.strokeWeightStyler.gradient.min |
NUMBER |
Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polylineOptions.strokeWeightStyler.kind |
STRING |
Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
styleId |
INTEGER |
Identifier for the style setting (unique only within tables) |
tableId |
STRING |
Identifier for the table |
= Parameter name
= Format
tableId STRING Required Table whose style is being updated |
styleId INTEGER Required Identifier (within a table) for the style being updated |
kind STRING 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 OBJECT Represents a PointStyle within a StyleSetting |
markerOptions.iconName STRING Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519 |
markerOptions.iconStyler OBJECT Represents a StyleFunction within a StyleSetting |
markerOptions.iconStyler.buckets[] OBJECT Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
markerOptions.iconStyler.buckets[].color STRING Color of line or the interior of a polygon in #RRGGBB format |
markerOptions.iconStyler.buckets[].icon STRING Icon name used for a point |
markerOptions.iconStyler.buckets[].max NUMBER Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
markerOptions.iconStyler.buckets[].min NUMBER Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
markerOptions.iconStyler.buckets[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
markerOptions.iconStyler.buckets[].weight INTEGER Width of a line (in pixels) |
markerOptions.iconStyler.columnName STRING Name of the column whose value is used in the style |
markerOptions.iconStyler.gradient OBJECT Gradient function that interpolates a range of colors based on column value |
markerOptions.iconStyler.gradient.colors[] OBJECT |
markerOptions.iconStyler.gradient.colors[].color STRING Color in #RRGGBB format |
markerOptions.iconStyler.gradient.colors[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
markerOptions.iconStyler.gradient.max NUMBER Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
markerOptions.iconStyler.gradient.min NUMBER Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
markerOptions.iconStyler.kind STRING Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
name STRING Optional name for the style setting |
polygonOptions OBJECT Represents a PolygonStyle within a StyleSetting |
polygonOptions.fillColor STRING Color of the interior of the polygon in #RRGGBB format |
polygonOptions.fillColorStyler OBJECT Represents a StyleFunction within a StyleSetting |
polygonOptions.fillColorStyler.buckets[] OBJECT Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polygonOptions.fillColorStyler.buckets[].color STRING Color of line or the interior of a polygon in #RRGGBB format |
polygonOptions.fillColorStyler.buckets[].icon STRING Icon name used for a point |
polygonOptions.fillColorStyler.buckets[].max NUMBER Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.fillColorStyler.buckets[].min NUMBER Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.fillColorStyler.buckets[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.fillColorStyler.buckets[].weight INTEGER Width of a line (in pixels) |
polygonOptions.fillColorStyler.columnName STRING Name of the column whose value is used in the style |
polygonOptions.fillColorStyler.gradient OBJECT Gradient function that interpolates a range of colors based on column value |
polygonOptions.fillColorStyler.gradient.colors[] OBJECT |
polygonOptions.fillColorStyler.gradient.colors[].color STRING Color in #RRGGBB format |
polygonOptions.fillColorStyler.gradient.colors[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.fillColorStyler.gradient.max NUMBER Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polygonOptions.fillColorStyler.gradient.min NUMBER Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polygonOptions.fillColorStyler.kind STRING Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polygonOptions.fillOpacity NUMBER Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeColor STRING Color of the polygon border in #RRGGBB format |
polygonOptions.strokeColorStyler OBJECT Represents a StyleFunction within a StyleSetting |
polygonOptions.strokeColorStyler.buckets[] OBJECT Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polygonOptions.strokeColorStyler.buckets[].color STRING Color of line or the interior of a polygon in #RRGGBB format |
polygonOptions.strokeColorStyler.buckets[].icon STRING Icon name used for a point |
polygonOptions.strokeColorStyler.buckets[].max NUMBER Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeColorStyler.buckets[].min NUMBER Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeColorStyler.buckets[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeColorStyler.buckets[].weight INTEGER Width of a line (in pixels) |
polygonOptions.strokeColorStyler.columnName STRING Name of the column whose value is used in the style |
polygonOptions.strokeColorStyler.gradient OBJECT Gradient function that interpolates a range of colors based on column value |
polygonOptions.strokeColorStyler.gradient.colors[] OBJECT |
polygonOptions.strokeColorStyler.gradient.colors[].color STRING Color in #RRGGBB format |
polygonOptions.strokeColorStyler.gradient.colors[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeColorStyler.gradient.max NUMBER Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polygonOptions.strokeColorStyler.gradient.min NUMBER Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polygonOptions.strokeColorStyler.kind STRING Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polygonOptions.strokeOpacity NUMBER Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeWeight INTEGER Width of the polyon border in pixels |
polygonOptions.strokeWeightStyler OBJECT Represents a StyleFunction within a StyleSetting |
polygonOptions.strokeWeightStyler.buckets[] OBJECT Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polygonOptions.strokeWeightStyler.buckets[].color STRING Color of line or the interior of a polygon in #RRGGBB format |
polygonOptions.strokeWeightStyler.buckets[].icon STRING Icon name used for a point |
polygonOptions.strokeWeightStyler.buckets[].max NUMBER Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeWeightStyler.buckets[].min NUMBER Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeWeightStyler.buckets[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeWeightStyler.buckets[].weight INTEGER Width of a line (in pixels) |
polygonOptions.strokeWeightStyler.columnName STRING Name of the column whose value is used in the style |
polygonOptions.strokeWeightStyler.gradient OBJECT Gradient function that interpolates a range of colors based on column value |
polygonOptions.strokeWeightStyler.gradient.colors[] OBJECT |
polygonOptions.strokeWeightStyler.gradient.colors[].color STRING Color in #RRGGBB format |
polygonOptions.strokeWeightStyler.gradient.colors[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeWeightStyler.gradient.max NUMBER Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polygonOptions.strokeWeightStyler.gradient.min NUMBER Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polygonOptions.strokeWeightStyler.kind STRING Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polylineOptions OBJECT Represents a LineStyle within a StyleSetting |
polylineOptions.strokeColor STRING Color of the line in #RRGGBB format |
polylineOptions.strokeColorStyler OBJECT Represents a StyleFunction within a StyleSetting |
polylineOptions.strokeColorStyler.buckets[] OBJECT Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polylineOptions.strokeColorStyler.buckets[].color STRING Color of line or the interior of a polygon in #RRGGBB format |
polylineOptions.strokeColorStyler.buckets[].icon STRING Icon name used for a point |
polylineOptions.strokeColorStyler.buckets[].max NUMBER Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeColorStyler.buckets[].min NUMBER Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeColorStyler.buckets[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeColorStyler.buckets[].weight INTEGER Width of a line (in pixels) |
polylineOptions.strokeColorStyler.columnName STRING Name of the column whose value is used in the style |
polylineOptions.strokeColorStyler.gradient OBJECT Gradient function that interpolates a range of colors based on column value |
polylineOptions.strokeColorStyler.gradient.colors[] OBJECT |
polylineOptions.strokeColorStyler.gradient.colors[].color STRING Color in #RRGGBB format |
polylineOptions.strokeColorStyler.gradient.colors[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeColorStyler.gradient.max NUMBER Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polylineOptions.strokeColorStyler.gradient.min NUMBER Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polylineOptions.strokeColorStyler.kind STRING Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polylineOptions.strokeOpacity NUMBER Opacity of the line : 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeWeight INTEGER Width of the line in pixels |
polylineOptions.strokeWeightStyler OBJECT Represents a StyleFunction within a StyleSetting |
polylineOptions.strokeWeightStyler.buckets[] OBJECT Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polylineOptions.strokeWeightStyler.buckets[].color STRING Color of line or the interior of a polygon in #RRGGBB format |
polylineOptions.strokeWeightStyler.buckets[].icon STRING Icon name used for a point |
polylineOptions.strokeWeightStyler.buckets[].max NUMBER Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeWeightStyler.buckets[].min NUMBER Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeWeightStyler.buckets[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeWeightStyler.buckets[].weight INTEGER Width of a line (in pixels) |
polylineOptions.strokeWeightStyler.columnName STRING Name of the column whose value is used in the style |
polylineOptions.strokeWeightStyler.gradient OBJECT Gradient function that interpolates a range of colors based on column value |
polylineOptions.strokeWeightStyler.gradient.colors[] OBJECT |
polylineOptions.strokeWeightStyler.gradient.colors[].color STRING Color in #RRGGBB format |
polylineOptions.strokeWeightStyler.gradient.colors[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeWeightStyler.gradient.max NUMBER Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polylineOptions.strokeWeightStyler.gradient.min NUMBER Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polylineOptions.strokeWeightStyler.kind STRING Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
styleId INTEGER Identifier for the style setting (unique only within tables) |
tableId STRING Identifier for the table |
Output
This building block provides 112 output parameters
Name | Format | Description |
---|---|---|
kind |
STRING |
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 |
OBJECT |
Represents a PointStyle within a StyleSetting |
markerOptions.iconName |
STRING |
Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519 |
markerOptions.iconStyler |
OBJECT |
Represents a StyleFunction within a StyleSetting |
markerOptions.iconStyler.buckets[] |
OBJECT |
Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
markerOptions.iconStyler.buckets[].color |
STRING |
Color of line or the interior of a polygon in #RRGGBB format |
markerOptions.iconStyler.buckets[].icon |
STRING |
Icon name used for a point |
markerOptions.iconStyler.buckets[].max |
NUMBER |
Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
markerOptions.iconStyler.buckets[].min |
NUMBER |
Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
markerOptions.iconStyler.buckets[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
markerOptions.iconStyler.buckets[].weight |
INTEGER |
Width of a line (in pixels) |
markerOptions.iconStyler.columnName |
STRING |
Name of the column whose value is used in the style |
markerOptions.iconStyler.gradient |
OBJECT |
Gradient function that interpolates a range of colors based on column value |
markerOptions.iconStyler.gradient.colors[] |
OBJECT |
|
markerOptions.iconStyler.gradient.colors[].color |
STRING |
Color in #RRGGBB format |
markerOptions.iconStyler.gradient.colors[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
markerOptions.iconStyler.gradient.max |
NUMBER |
Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
markerOptions.iconStyler.gradient.min |
NUMBER |
Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
markerOptions.iconStyler.kind |
STRING |
Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
name |
STRING |
Optional name for the style setting |
polygonOptions |
OBJECT |
Represents a PolygonStyle within a StyleSetting |
polygonOptions.fillColor |
STRING |
Color of the interior of the polygon in #RRGGBB format |
polygonOptions.fillColorStyler |
OBJECT |
Represents a StyleFunction within a StyleSetting |
polygonOptions.fillColorStyler.buckets[] |
OBJECT |
Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polygonOptions.fillColorStyler.buckets[].color |
STRING |
Color of line or the interior of a polygon in #RRGGBB format |
polygonOptions.fillColorStyler.buckets[].icon |
STRING |
Icon name used for a point |
polygonOptions.fillColorStyler.buckets[].max |
NUMBER |
Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.fillColorStyler.buckets[].min |
NUMBER |
Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.fillColorStyler.buckets[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.fillColorStyler.buckets[].weight |
INTEGER |
Width of a line (in pixels) |
polygonOptions.fillColorStyler.columnName |
STRING |
Name of the column whose value is used in the style |
polygonOptions.fillColorStyler.gradient |
OBJECT |
Gradient function that interpolates a range of colors based on column value |
polygonOptions.fillColorStyler.gradient.colors[] |
OBJECT |
|
polygonOptions.fillColorStyler.gradient.colors[].color |
STRING |
Color in #RRGGBB format |
polygonOptions.fillColorStyler.gradient.colors[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.fillColorStyler.gradient.max |
NUMBER |
Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polygonOptions.fillColorStyler.gradient.min |
NUMBER |
Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polygonOptions.fillColorStyler.kind |
STRING |
Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polygonOptions.fillOpacity |
NUMBER |
Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeColor |
STRING |
Color of the polygon border in #RRGGBB format |
polygonOptions.strokeColorStyler |
OBJECT |
Represents a StyleFunction within a StyleSetting |
polygonOptions.strokeColorStyler.buckets[] |
OBJECT |
Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polygonOptions.strokeColorStyler.buckets[].color |
STRING |
Color of line or the interior of a polygon in #RRGGBB format |
polygonOptions.strokeColorStyler.buckets[].icon |
STRING |
Icon name used for a point |
polygonOptions.strokeColorStyler.buckets[].max |
NUMBER |
Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeColorStyler.buckets[].min |
NUMBER |
Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeColorStyler.buckets[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeColorStyler.buckets[].weight |
INTEGER |
Width of a line (in pixels) |
polygonOptions.strokeColorStyler.columnName |
STRING |
Name of the column whose value is used in the style |
polygonOptions.strokeColorStyler.gradient |
OBJECT |
Gradient function that interpolates a range of colors based on column value |
polygonOptions.strokeColorStyler.gradient.colors[] |
OBJECT |
|
polygonOptions.strokeColorStyler.gradient.colors[].color |
STRING |
Color in #RRGGBB format |
polygonOptions.strokeColorStyler.gradient.colors[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeColorStyler.gradient.max |
NUMBER |
Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polygonOptions.strokeColorStyler.gradient.min |
NUMBER |
Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polygonOptions.strokeColorStyler.kind |
STRING |
Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polygonOptions.strokeOpacity |
NUMBER |
Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeWeight |
INTEGER |
Width of the polyon border in pixels |
polygonOptions.strokeWeightStyler |
OBJECT |
Represents a StyleFunction within a StyleSetting |
polygonOptions.strokeWeightStyler.buckets[] |
OBJECT |
Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polygonOptions.strokeWeightStyler.buckets[].color |
STRING |
Color of line or the interior of a polygon in #RRGGBB format |
polygonOptions.strokeWeightStyler.buckets[].icon |
STRING |
Icon name used for a point |
polygonOptions.strokeWeightStyler.buckets[].max |
NUMBER |
Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeWeightStyler.buckets[].min |
NUMBER |
Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeWeightStyler.buckets[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeWeightStyler.buckets[].weight |
INTEGER |
Width of a line (in pixels) |
polygonOptions.strokeWeightStyler.columnName |
STRING |
Name of the column whose value is used in the style |
polygonOptions.strokeWeightStyler.gradient |
OBJECT |
Gradient function that interpolates a range of colors based on column value |
polygonOptions.strokeWeightStyler.gradient.colors[] |
OBJECT |
|
polygonOptions.strokeWeightStyler.gradient.colors[].color |
STRING |
Color in #RRGGBB format |
polygonOptions.strokeWeightStyler.gradient.colors[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeWeightStyler.gradient.max |
NUMBER |
Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polygonOptions.strokeWeightStyler.gradient.min |
NUMBER |
Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polygonOptions.strokeWeightStyler.kind |
STRING |
Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polylineOptions |
OBJECT |
Represents a LineStyle within a StyleSetting |
polylineOptions.strokeColor |
STRING |
Color of the line in #RRGGBB format |
polylineOptions.strokeColorStyler |
OBJECT |
Represents a StyleFunction within a StyleSetting |
polylineOptions.strokeColorStyler.buckets[] |
OBJECT |
Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polylineOptions.strokeColorStyler.buckets[].color |
STRING |
Color of line or the interior of a polygon in #RRGGBB format |
polylineOptions.strokeColorStyler.buckets[].icon |
STRING |
Icon name used for a point |
polylineOptions.strokeColorStyler.buckets[].max |
NUMBER |
Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeColorStyler.buckets[].min |
NUMBER |
Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeColorStyler.buckets[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeColorStyler.buckets[].weight |
INTEGER |
Width of a line (in pixels) |
polylineOptions.strokeColorStyler.columnName |
STRING |
Name of the column whose value is used in the style |
polylineOptions.strokeColorStyler.gradient |
OBJECT |
Gradient function that interpolates a range of colors based on column value |
polylineOptions.strokeColorStyler.gradient.colors[] |
OBJECT |
|
polylineOptions.strokeColorStyler.gradient.colors[].color |
STRING |
Color in #RRGGBB format |
polylineOptions.strokeColorStyler.gradient.colors[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeColorStyler.gradient.max |
NUMBER |
Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polylineOptions.strokeColorStyler.gradient.min |
NUMBER |
Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polylineOptions.strokeColorStyler.kind |
STRING |
Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polylineOptions.strokeOpacity |
NUMBER |
Opacity of the line : 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeWeight |
INTEGER |
Width of the line in pixels |
polylineOptions.strokeWeightStyler |
OBJECT |
Represents a StyleFunction within a StyleSetting |
polylineOptions.strokeWeightStyler.buckets[] |
OBJECT |
Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polylineOptions.strokeWeightStyler.buckets[].color |
STRING |
Color of line or the interior of a polygon in #RRGGBB format |
polylineOptions.strokeWeightStyler.buckets[].icon |
STRING |
Icon name used for a point |
polylineOptions.strokeWeightStyler.buckets[].max |
NUMBER |
Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeWeightStyler.buckets[].min |
NUMBER |
Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeWeightStyler.buckets[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeWeightStyler.buckets[].weight |
INTEGER |
Width of a line (in pixels) |
polylineOptions.strokeWeightStyler.columnName |
STRING |
Name of the column whose value is used in the style |
polylineOptions.strokeWeightStyler.gradient |
OBJECT |
Gradient function that interpolates a range of colors based on column value |
polylineOptions.strokeWeightStyler.gradient.colors[] |
OBJECT |
|
polylineOptions.strokeWeightStyler.gradient.colors[].color |
STRING |
Color in #RRGGBB format |
polylineOptions.strokeWeightStyler.gradient.colors[].opacity |
NUMBER |
Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeWeightStyler.gradient.max |
NUMBER |
Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polylineOptions.strokeWeightStyler.gradient.min |
NUMBER |
Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polylineOptions.strokeWeightStyler.kind |
STRING |
Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
styleId |
INTEGER |
Identifier for the style setting (unique only within tables) |
tableId |
STRING |
Identifier for the table |
= Parameter name
= Format
kind STRING 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 OBJECT Represents a PointStyle within a StyleSetting |
markerOptions.iconName STRING Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519 |
markerOptions.iconStyler OBJECT Represents a StyleFunction within a StyleSetting |
markerOptions.iconStyler.buckets[] OBJECT Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
markerOptions.iconStyler.buckets[].color STRING Color of line or the interior of a polygon in #RRGGBB format |
markerOptions.iconStyler.buckets[].icon STRING Icon name used for a point |
markerOptions.iconStyler.buckets[].max NUMBER Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
markerOptions.iconStyler.buckets[].min NUMBER Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
markerOptions.iconStyler.buckets[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
markerOptions.iconStyler.buckets[].weight INTEGER Width of a line (in pixels) |
markerOptions.iconStyler.columnName STRING Name of the column whose value is used in the style |
markerOptions.iconStyler.gradient OBJECT Gradient function that interpolates a range of colors based on column value |
markerOptions.iconStyler.gradient.colors[] OBJECT |
markerOptions.iconStyler.gradient.colors[].color STRING Color in #RRGGBB format |
markerOptions.iconStyler.gradient.colors[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
markerOptions.iconStyler.gradient.max NUMBER Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
markerOptions.iconStyler.gradient.min NUMBER Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
markerOptions.iconStyler.kind STRING Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
name STRING Optional name for the style setting |
polygonOptions OBJECT Represents a PolygonStyle within a StyleSetting |
polygonOptions.fillColor STRING Color of the interior of the polygon in #RRGGBB format |
polygonOptions.fillColorStyler OBJECT Represents a StyleFunction within a StyleSetting |
polygonOptions.fillColorStyler.buckets[] OBJECT Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polygonOptions.fillColorStyler.buckets[].color STRING Color of line or the interior of a polygon in #RRGGBB format |
polygonOptions.fillColorStyler.buckets[].icon STRING Icon name used for a point |
polygonOptions.fillColorStyler.buckets[].max NUMBER Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.fillColorStyler.buckets[].min NUMBER Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.fillColorStyler.buckets[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.fillColorStyler.buckets[].weight INTEGER Width of a line (in pixels) |
polygonOptions.fillColorStyler.columnName STRING Name of the column whose value is used in the style |
polygonOptions.fillColorStyler.gradient OBJECT Gradient function that interpolates a range of colors based on column value |
polygonOptions.fillColorStyler.gradient.colors[] OBJECT |
polygonOptions.fillColorStyler.gradient.colors[].color STRING Color in #RRGGBB format |
polygonOptions.fillColorStyler.gradient.colors[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.fillColorStyler.gradient.max NUMBER Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polygonOptions.fillColorStyler.gradient.min NUMBER Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polygonOptions.fillColorStyler.kind STRING Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polygonOptions.fillOpacity NUMBER Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeColor STRING Color of the polygon border in #RRGGBB format |
polygonOptions.strokeColorStyler OBJECT Represents a StyleFunction within a StyleSetting |
polygonOptions.strokeColorStyler.buckets[] OBJECT Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polygonOptions.strokeColorStyler.buckets[].color STRING Color of line or the interior of a polygon in #RRGGBB format |
polygonOptions.strokeColorStyler.buckets[].icon STRING Icon name used for a point |
polygonOptions.strokeColorStyler.buckets[].max NUMBER Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeColorStyler.buckets[].min NUMBER Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeColorStyler.buckets[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeColorStyler.buckets[].weight INTEGER Width of a line (in pixels) |
polygonOptions.strokeColorStyler.columnName STRING Name of the column whose value is used in the style |
polygonOptions.strokeColorStyler.gradient OBJECT Gradient function that interpolates a range of colors based on column value |
polygonOptions.strokeColorStyler.gradient.colors[] OBJECT |
polygonOptions.strokeColorStyler.gradient.colors[].color STRING Color in #RRGGBB format |
polygonOptions.strokeColorStyler.gradient.colors[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeColorStyler.gradient.max NUMBER Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polygonOptions.strokeColorStyler.gradient.min NUMBER Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polygonOptions.strokeColorStyler.kind STRING Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polygonOptions.strokeOpacity NUMBER Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeWeight INTEGER Width of the polyon border in pixels |
polygonOptions.strokeWeightStyler OBJECT Represents a StyleFunction within a StyleSetting |
polygonOptions.strokeWeightStyler.buckets[] OBJECT Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polygonOptions.strokeWeightStyler.buckets[].color STRING Color of line or the interior of a polygon in #RRGGBB format |
polygonOptions.strokeWeightStyler.buckets[].icon STRING Icon name used for a point |
polygonOptions.strokeWeightStyler.buckets[].max NUMBER Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeWeightStyler.buckets[].min NUMBER Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polygonOptions.strokeWeightStyler.buckets[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeWeightStyler.buckets[].weight INTEGER Width of a line (in pixels) |
polygonOptions.strokeWeightStyler.columnName STRING Name of the column whose value is used in the style |
polygonOptions.strokeWeightStyler.gradient OBJECT Gradient function that interpolates a range of colors based on column value |
polygonOptions.strokeWeightStyler.gradient.colors[] OBJECT |
polygonOptions.strokeWeightStyler.gradient.colors[].color STRING Color in #RRGGBB format |
polygonOptions.strokeWeightStyler.gradient.colors[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polygonOptions.strokeWeightStyler.gradient.max NUMBER Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polygonOptions.strokeWeightStyler.gradient.min NUMBER Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polygonOptions.strokeWeightStyler.kind STRING Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polylineOptions OBJECT Represents a LineStyle within a StyleSetting |
polylineOptions.strokeColor STRING Color of the line in #RRGGBB format |
polylineOptions.strokeColorStyler OBJECT Represents a StyleFunction within a StyleSetting |
polylineOptions.strokeColorStyler.buckets[] OBJECT Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polylineOptions.strokeColorStyler.buckets[].color STRING Color of line or the interior of a polygon in #RRGGBB format |
polylineOptions.strokeColorStyler.buckets[].icon STRING Icon name used for a point |
polylineOptions.strokeColorStyler.buckets[].max NUMBER Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeColorStyler.buckets[].min NUMBER Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeColorStyler.buckets[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeColorStyler.buckets[].weight INTEGER Width of a line (in pixels) |
polylineOptions.strokeColorStyler.columnName STRING Name of the column whose value is used in the style |
polylineOptions.strokeColorStyler.gradient OBJECT Gradient function that interpolates a range of colors based on column value |
polylineOptions.strokeColorStyler.gradient.colors[] OBJECT |
polylineOptions.strokeColorStyler.gradient.colors[].color STRING Color in #RRGGBB format |
polylineOptions.strokeColorStyler.gradient.colors[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeColorStyler.gradient.max NUMBER Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polylineOptions.strokeColorStyler.gradient.min NUMBER Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polylineOptions.strokeColorStyler.kind STRING Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
polylineOptions.strokeOpacity NUMBER Opacity of the line : 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeWeight INTEGER Width of the line in pixels |
polylineOptions.strokeWeightStyler OBJECT Represents a StyleFunction within a StyleSetting |
polylineOptions.strokeWeightStyler.buckets[] OBJECT Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting |
polylineOptions.strokeWeightStyler.buckets[].color STRING Color of line or the interior of a polygon in #RRGGBB format |
polylineOptions.strokeWeightStyler.buckets[].icon STRING Icon name used for a point |
polylineOptions.strokeWeightStyler.buckets[].max NUMBER Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeWeightStyler.buckets[].min NUMBER Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight |
polylineOptions.strokeWeightStyler.buckets[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeWeightStyler.buckets[].weight INTEGER Width of a line (in pixels) |
polylineOptions.strokeWeightStyler.columnName STRING Name of the column whose value is used in the style |
polylineOptions.strokeWeightStyler.gradient OBJECT Gradient function that interpolates a range of colors based on column value |
polylineOptions.strokeWeightStyler.gradient.colors[] OBJECT |
polylineOptions.strokeWeightStyler.gradient.colors[].color STRING Color in #RRGGBB format |
polylineOptions.strokeWeightStyler.gradient.colors[].opacity NUMBER Opacity of the color: 0.0 (transparent) to 1.0 (opaque) |
polylineOptions.strokeWeightStyler.gradient.max NUMBER Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1] |
polylineOptions.strokeWeightStyler.gradient.min NUMBER Lower-end of the interpolation range: rows with this value will be assigned to colors[0] |
polylineOptions.strokeWeightStyler.kind STRING Stylers can be one of three kinds: "fusiontables#fromColumn if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; fusiontables#gradient if the styling of the row is to be based on applying the gradient function on the column value; or fusiontables#buckets if the styling is to based on the bucket into which the the column value falls |
styleId INTEGER Identifier for the style setting (unique only within tables) |
tableId STRING Identifier for the table |