Update a Fusion Table column's properties
1 | gft_update_col(table.id, column, updates, ...)
|
table.id |
The Fusion Table ID containing the column you want to update |
column |
The column name to update |
updates |
The updates as a named list of properites to update (kind, columnId, name, type). See https://developers.google.com/fusiontables/docs/v2/using#CreatingColumn for more information on column information |
... |
Named arguments specifying path and file to direct gft_get_token to the cached OAuth token or a token object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.